Html Css Color HEX #526928 Green Leaf

📋 copy color: '#526928'

red 82 ◦ green 105 ◦ blue 40

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

Shades of Green Leaf #526928

Tints of Green Leaf #526928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 36.12%
G = 46.26%
B = 17.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#526928 (or 0x526928) is known color: Green Leaf. HEX triplet: 52, 69 and 28. RGB value is (82,105,40). Sum of RGB (Red+Green+Blue) = 82+105+40=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #526928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526928 is #AD96D7. Grayscale: #5A5A5A. Windows color (decimal): -11376344 or 2648402. OLE color: 2648402.

HSL color Cylindrical-coordinate representation of color #526928: hue angle of 81.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526928 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 40 -
CMYK 0.22 0 0.62 0.59
HSL 81.23º 0.45% 0.28% -
HSV(B) 81.23º 0.62% 0.41% -
XYZ 8.91 12.05 3.86 -
YUV 90.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 82 105 40 0.22 0 0.62 0.59 81.23 0.45 0.28
Hex 52 69 28 16 0 3E 3B 51 2D 1C
Octal 122 151 50 26 0 76 73 121 55 34
Binary 1010010 1101001 101000 10110 0 111110 111011 1010001 101101 11100

Color Harmonies of #526928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526928

Black with #526928

Text Example


Text Example

White with #526928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526928; }

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

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

background-color css

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

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

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

border-color css

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

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

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