Html Css Color HEX #527430 Green Leaf

📋 copy color: '#527430'

red 82 ◦ green 116 ◦ blue 48

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

Shades of Green Leaf #527430

Tints of Green Leaf #527430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 33.33%
G = 47.15%
B = 19.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#527430 (or 0x527430) is known color: Green Leaf. HEX triplet: 52, 74 and 30. RGB value is (82,116,48). Sum of RGB (Red+Green+Blue) = 82+116+48=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #527430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527430 is #AD8BCF. Grayscale: #626262. Windows color (decimal): -11373520 or 3175506. OLE color: 3175506.

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

Color convert

RGB 82 116 48 -
CMYK 0.29 0 0.59 0.55
HSL 90º 0.41% 0.32% -
HSV(B) 90º 0.59% 0.45% -
XYZ 10.26 14.5 5.05 -
YUV 98.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 82 116 48 0.29 0 0.59 0.55 90 0.41 0.32
Hex 52 74 30 1D 0 3B 37 5A 29 20
Octal 122 164 60 35 0 73 67 132 51 40
Binary 1010010 1110100 110000 11101 0 111011 110111 1011010 101001 100000

Color Harmonies of #527430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527430

Black with #527430

Text Example


Text Example

White with #527430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527430; }

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

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

background-color css

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

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

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

border-color css

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

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

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