Html Css Color HEX #526A28 Green Leaf

📋 copy color: '#526A28'

red 82 ◦ green 106 ◦ blue 40

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

Shades of Green Leaf #526A28

Tints of Green Leaf #526A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 35.96%
G = 46.49%
B = 17.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#526A28 (or 0x526A28) is known color: Green Leaf. HEX triplet: 52, 6A and 28. RGB value is (82,106,40). Sum of RGB (Red+Green+Blue) = 82+106+40=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #526A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A28 is #AD95D7. Grayscale: #5B5B5B. Windows color (decimal): -11376088 or 2648658. OLE color: 2648658.

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

Color convert

RGB 82 106 40 -
CMYK 0.23 0 0.62 0.58
HSL 81.82º 0.45% 0.29% -
HSV(B) 81.82º 0.62% 0.42% -
XYZ 9.02 12.26 3.9 -
YUV 91.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 82 106 40 0.23 0 0.62 0.58 81.82 0.45 0.29
Hex 52 6A 28 17 0 3E 3A 52 2D 1D
Octal 122 152 50 27 0 76 72 122 55 35
Binary 1010010 1101010 101000 10111 0 111110 111010 1010010 101101 11101

Color Harmonies of #526A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A28

Black with #526A28

Text Example


Text Example

White with #526A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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