Html Css Color HEX #527026 Green Leaf

📋 copy color: '#527026'

red 82 ◦ green 112 ◦ blue 38

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

Shades of Green Leaf #527026

Tints of Green Leaf #527026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 35.34%
G = 48.28%
B = 16.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#527026 (or 0x527026) is known color: Green Leaf. HEX triplet: 52, 70 and 26. RGB value is (82,112,38). Sum of RGB (Red+Green+Blue) = 82+112+38=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #527026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527026 is #AD8FD9. Grayscale: #5E5E5E. Windows color (decimal): -11374554 or 2519122. OLE color: 2519122.

HSL color Cylindrical-coordinate representation of color #527026: hue angle of 84.32º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527026 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 38 -
CMYK 0.27 0 0.66 0.56
HSL 84.32º 0.49% 0.29% -
HSV(B) 84.32º 0.66% 0.44% -
XYZ 9.62 13.52 3.94 -
YUV 94.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 82 112 38 0.27 0 0.66 0.56 84.32 0.49 0.29
Hex 52 70 26 1B 0 42 38 54 31 1D
Octal 122 160 46 33 0 102 70 124 61 35
Binary 1010010 1110000 100110 11011 0 1000010 111000 1010100 110001 11101

Color Harmonies of #527026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527026

Black with #527026

Text Example


Text Example

White with #527026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527026; }

 p { color: rgb(82,112,38); }

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

background-color css

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

 a { background-color: rgb(82,112,38); }

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

border-color css

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

 span { border-color: rgb(82,112,38); }

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