Html Css Color HEX #527033 Green Leaf

📋 copy color: '#527033'

red 82 ◦ green 112 ◦ blue 51

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

Shades of Green Leaf #527033

Tints of Green Leaf #527033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 33.47%
G = 45.71%
B = 20.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#527033 (or 0x527033) is known color: Green Leaf. HEX triplet: 52, 70 and 33. RGB value is (82,112,51). Sum of RGB (Red+Green+Blue) = 82+112+51=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #527033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527033 is #AD8FCC. Grayscale: #606060. Windows color (decimal): -11374541 or 3371090. OLE color: 3371090.

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

Color convert

RGB 82 112 51 -
CMYK 0.27 0 0.54 0.56
HSL 89.51º 0.37% 0.32% -
HSV(B) 89.51º 0.54% 0.44% -
XYZ 9.87 13.62 5.24 -
YUV 96.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 82 112 51 0.27 0 0.54 0.56 89.51 0.37 0.32
Hex 52 70 33 1B 0 36 38 5A 25 20
Octal 122 160 63 33 0 66 70 132 45 40
Binary 1010010 1110000 110011 11011 0 110110 111000 1011010 100101 100000

Color Harmonies of #527033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527033

Black with #527033

Text Example


Text Example

White with #527033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527033; }

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

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

background-color css

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

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

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

border-color css

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

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

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