Html Css Color HEX #526C2F Green Leaf

📋 copy color: '#526C2F'

red 82 ◦ green 108 ◦ blue 47

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

Shades of Green Leaf #526C2F

Tints of Green Leaf #526C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 34.6%
G = 45.57%
B = 19.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#526C2F (or 0x526C2F) is known color: Green Leaf. HEX triplet: 52, 6C and 2F. RGB value is (82,108,47). Sum of RGB (Red+Green+Blue) = 82+108+47=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #526C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C2F is #AD93D0. Grayscale: #5D5D5D. Windows color (decimal): -11375569 or 3107922. OLE color: 3107922.

HSL color Cylindrical-coordinate representation of color #526C2F: hue angle of 85.57º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #526C2F is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 47 -
CMYK 0.24 0 0.56 0.58
HSL 85.57º 0.39% 0.3% -
HSV(B) 85.57º 0.56% 0.42% -
XYZ 9.36 12.72 4.65 -
YUV 93.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 82 108 47 0.24 0 0.56 0.58 85.57 0.39 0.3
Hex 52 6C 2F 18 0 38 3A 56 27 1E
Octal 122 154 57 30 0 70 72 126 47 36
Binary 1010010 1101100 101111 11000 0 111000 111010 1010110 100111 11110

Color Harmonies of #526C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C2F

Black with #526C2F

Text Example


Text Example

White with #526C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,47); }

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

background-color css

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

 a { background-color: rgb(82,108,47); }

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

border-color css

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

 span { border-color: rgb(82,108,47); }

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