Html Css Color HEX #526A2F Green Leaf

📋 copy color: '#526A2F'

red 82 ◦ green 106 ◦ blue 47

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

Shades of Green Leaf #526A2F

Tints of Green Leaf #526A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

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

R = 34.89%
G = 45.11%
B = 20%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#526A2F (or 0x526A2F) is known color: Green Leaf. HEX triplet: 52, 6A and 2F. RGB value is (82,106,47). Sum of RGB (Red+Green+Blue) = 82+106+47=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #526A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A2F is #AD95D0. Grayscale: #5C5C5C. Windows color (decimal): -11376081 or 3107410. OLE color: 3107410.

HSL color Cylindrical-coordinate representation of color #526A2F: hue angle of 84.41º 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 #526A2F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 47 -
CMYK 0.23 0 0.56 0.58
HSL 84.41º 0.39% 0.3% -
HSV(B) 84.41º 0.56% 0.42% -
XYZ 9.15 12.31 4.58 -
YUV 92.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 82 106 47 0.23 0 0.56 0.58 84.41 0.39 0.3
Hex 52 6A 2F 17 0 38 3A 54 27 1E
Octal 122 152 57 27 0 70 72 124 47 36
Binary 1010010 1101010 101111 10111 0 111000 111010 1010100 100111 11110

Color Harmonies of #526A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A2F

Black with #526A2F

Text Example


Text Example

White with #526A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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