Html Css Color HEX #526F2C Green Leaf

📋 copy color: '#526F2C'

red 82 ◦ green 111 ◦ blue 44

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

Shades of Green Leaf #526F2C

Tints of Green Leaf #526F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

 BLUE value IS 44 (17.58% from 255) = 18.57%

R = 34.6%
G = 46.84%
B = 18.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#526F2C (or 0x526F2C) is known color: Green Leaf. HEX triplet: 52, 6F and 2C. RGB value is (82,111,44). Sum of RGB (Red+Green+Blue) = 82+111+44=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #526F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F2C is #AD90D3. Grayscale: #5E5E5E. Windows color (decimal): -11374804 or 2912082. OLE color: 2912082.

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

Color convert

RGB 82 111 44 -
CMYK 0.26 0 0.60 0.56
HSL 85.97º 0.43% 0.3% -
HSV(B) 85.97º 0.6% 0.44% -
XYZ 9.62 13.34 4.45 -
YUV 94.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 82 111 44 0.26 0 0.60 0.56 85.97 0.43 0.3
Hex 52 6F 2C 1A 0 3C 38 56 2B 1E
Octal 122 157 54 32 0 74 70 126 53 36
Binary 1010010 1101111 101100 11010 0 111100 111000 1010110 101011 11110

Color Harmonies of #526F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F2C

Black with #526F2C

Text Example


Text Example

White with #526F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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