Html Css Color HEX #527330 Green Leaf

📋 copy color: '#527330'

red 82 ◦ green 115 ◦ blue 48

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

Shades of Green Leaf #527330

Tints of Green Leaf #527330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 33.47%
G = 46.94%
B = 19.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#527330 (or 0x527330) is known color: Green Leaf. HEX triplet: 52, 73 and 30. RGB value is (82,115,48). Sum of RGB (Red+Green+Blue) = 82+115+48=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #527330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527330 is #AD8CCF. Grayscale: #616161. Windows color (decimal): -11373776 or 3175250. OLE color: 3175250.

HSL color Cylindrical-coordinate representation of color #527330: hue angle of 89.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527330 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 48 -
CMYK 0.29 0 0.58 0.55
HSL 89.55º 0.41% 0.32% -
HSV(B) 89.55º 0.58% 0.45% -
XYZ 10.14 14.27 5.02 -
YUV 97.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 82 115 48 0.29 0 0.58 0.55 89.55 0.41 0.32
Hex 52 73 30 1D 0 3A 37 5A 29 20
Octal 122 163 60 35 0 72 67 132 51 40
Binary 1010010 1110011 110000 11101 0 111010 110111 1011010 101001 100000

Color Harmonies of #527330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527330

Black with #527330

Text Example


Text Example

White with #527330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527330; }

 p { color: rgb(82,115,48); }

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

background-color css

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

 a { background-color: rgb(82,115,48); }

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

border-color css

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

 span { border-color: rgb(82,115,48); }

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