#526F1F

Color #526F1F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526F1F

Tints of Green Leaf #526F1F

Color information

#526F1F (or 0x526F1F) is unknown color: approx Green Leaf. HEX triplet: 52, 6F and 1F. RGB value is (82,111,31). Sum of RGB (Red+Green+Blue) = 82+111+31=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #526F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F1F is #AD90E0. Grayscale: #5D5D5D. Windows color (decimal): -11374817 or 2060114. OLE color: 2060114.

HSL color Cylindrical-coordinate representation of color #526F1F: hue angle of 81.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #526F1F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB8211131-
CMYK0.2600.720.56
HSL81.75º56.34%27.84%-
HSV(B)81.75º72.07%43.53%-
XYZ9.4113.263.36-
YUV93.2192.89120-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=36.61%
G=49.55%
B=13.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111310.2600.720.5681.7556.3427.84
Hex526F1F1A0483852381c
Octal12215737320110701227034
Binary10100101101111111111101001001000111000101001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F1F; }

 p { color: rgb(82,111,31); }

 H1.HeaderClassName
 {
   color: #526F1F;
 }
 .AnyTagClassName
 {
   color: #526F1F;
 }
</style>
background-color css

<style>
 a { background-color: #526F1F; }

 a { background-color: rgb(82,111,31); }

 div.DivClassName
 {
   background-color: #526F1F;
 }
 .BgClassName
 {
   background-color: #526F1F;
 }
</style>
border-color css

<style>
 span { border-color: #526F1F; }

 span { border-color: rgb(82,111,31); }

 td.TdClassName
 {
   border-color: #526F1F;
 }
 .TagClassName
 {
   border-color: #526F1F;
 }
</style>