Html Css Color HEX #526B1C Green Leaf

📋 copy color: '#526B1C'

red 82 ◦ green 107 ◦ blue 28

#526B1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #526B1C

Tints of Green Leaf #526B1C

RGB

 RED value IS 82 (32.42% from 255) = 37.79%

 GREEN value IS 107 (42.19% from 255) = 49.31%

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 37.79%
G = 49.31%
B = 12.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#526B1C (or 0x526B1C) is known color: Green Leaf. HEX triplet: 52, 6B and 1C. RGB value is (82,107,28). Sum of RGB (Red+Green+Blue) = 82+107+28=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #526B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B1C is #AD94E3. Grayscale: #5A5A5A. Windows color (decimal): -11375844 or 1862482. OLE color: 1862482.

HSL color Cylindrical-coordinate representation of color #526B1C: hue angle of 78.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #526B1C is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 28 -
CMYK 0.23 0 0.74 0.58
HSL 78.99º 0.59% 0.26% -
HSV(B) 78.99º 0.74% 0.42% -
XYZ 8.95 12.39 3.02 -
YUV 90.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 82 107 28 0.23 0 0.74 0.58 78.99 0.59 0.26
Hex 52 6B 1C 17 0 4A 3A 4F 3B 1A
Octal 122 153 34 27 0 112 72 117 73 32
Binary 1010010 1101011 11100 10111 0 1001010 111010 1001111 111011 11010

Color Harmonies of #526B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B1C

Black with #526B1C

Text Example


Text Example

White with #526B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,28); }

 H1.HeaderClassName
 {
   color: #526B1C;
 }
 .AnyTagClassName
 {
   color: #526B1C;
 }
</style>

background-color css

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

 a { background-color: rgb(82,107,28); }

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

border-color css

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

 span { border-color: rgb(82,107,28); }

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