Html Css Color HEX #526A2D Green Leaf

📋 copy color: '#526A2D'

red 82 ◦ green 106 ◦ blue 45

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

Shades of Green Leaf #526A2D

Tints of Green Leaf #526A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 35.19%
G = 45.49%
B = 19.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#526A2D (or 0x526A2D) is known color: Green Leaf. HEX triplet: 52, 6A and 2D. RGB value is (82,106,45). Sum of RGB (Red+Green+Blue) = 82+106+45=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #526A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A2D is #AD95D2. Grayscale: #5C5C5C. Windows color (decimal): -11376083 or 2976338. OLE color: 2976338.

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

Color convert

RGB 82 106 45 -
CMYK 0.23 0 0.58 0.58
HSL 83.61º 0.4% 0.3% -
HSV(B) 83.61º 0.58% 0.42% -
XYZ 9.11 12.29 4.38 -
YUV 91.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 82 106 45 0.23 0 0.58 0.58 83.61 0.4 0.3
Hex 52 6A 2D 17 0 3A 3A 54 28 1E
Octal 122 152 55 27 0 72 72 124 50 36
Binary 1010010 1101010 101101 10111 0 111010 111010 1010100 101000 11110

Color Harmonies of #526A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A2D

Black with #526A2D

Text Example


Text Example

White with #526A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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