#526F1A

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

Shades of Green Leaf #526F1A

Tints of Green Leaf #526F1A

Color information

#526F1A (or 0x526F1A) is unknown color: approx Green Leaf. HEX triplet: 52, 6F and 1A. RGB value is (82,111,26). Sum of RGB (Red+Green+Blue) = 82+111+26=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #526F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F1A is #AD90E5. Grayscale: #5C5C5C. Windows color (decimal): -11374822 or 1732434. OLE color: 1732434.

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

Color convert

RGB8211126-
CMYK0.2600.770.56
HSL80.47º62.04%26.86%-
HSV(B)80.47º76.58%43.53%-
XYZ9.3513.243.04-
YUV92.6490.39120.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=37.44%
G=50.68%
B=11.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111260.2600.770.5680.4762.0426.86
Hex526F1A1A04D38503e1b
Octal12215732320115701207633
Binary10100101101111110101101001001101111000101000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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