Html Css Color HEX #527B33 Green Leaf

📋 copy color: '#527B33'

red 82 ◦ green 123 ◦ blue 51

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

Shades of Green Leaf #527B33

Tints of Green Leaf #527B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

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

R = 32.03%
G = 48.05%
B = 19.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#527B33 (or 0x527B33) is known color: Green Leaf. HEX triplet: 52, 7B and 33. RGB value is (82,123,51). Sum of RGB (Red+Green+Blue) = 82+123+51=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #527B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B33 is #AD84CC. Grayscale: #666666. Windows color (decimal): -11371725 or 3373906. OLE color: 3373906.

HSL color Cylindrical-coordinate representation of color #527B33: hue angle of 94.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #527B33 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 51 -
CMYK 0.33 0 0.59 0.52
HSL 94.17º 0.41% 0.34% -
HSV(B) 94.17º 0.59% 0.48% -
XYZ 11.16 16.2 5.67 -
YUV 102.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 82 123 51 0.33 0 0.59 0.52 94.17 0.41 0.34
Hex 52 7B 33 21 0 3B 34 5E 29 22
Octal 122 173 63 41 0 73 64 136 51 42
Binary 1010010 1111011 110011 100001 0 111011 110100 1011110 101001 100010

Color Harmonies of #527B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B33

Black with #527B33

Text Example


Text Example

White with #527B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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