Html Css Color HEX #507030 Green Leaf

📋 copy color: '#507030'

red 80 ◦ green 112 ◦ blue 48

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

Shades of Green Leaf #507030

Tints of Green Leaf #507030

RGB

 RED value IS 80 (31.64% from 255) = 33.33%

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

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

R = 33.33%
G = 46.67%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#507030 (or 0x507030) is known color: Green Leaf. HEX triplet: 50, 70 and 30. RGB value is (80,112,48). Sum of RGB (Red+Green+Blue) = 80+112+48=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #507030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507030 is #AF8FCF. Grayscale: #5F5F5F. Windows color (decimal): -11505616 or 3174480. OLE color: 3174480.

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

Color convert

RGB 80 112 48 -
CMYK 0.29 0 0.57 0.56
HSL 90º 0.4% 0.31% -
HSV(B) 90º 0.57% 0.44% -
XYZ 9.64 13.51 4.9 -
YUV 95.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 80 112 48 0.29 0 0.57 0.56 90 0.4 0.31
Hex 50 70 30 1D 0 39 38 5A 28 1F
Octal 120 160 60 35 0 71 70 132 50 37
Binary 1010000 1110000 110000 11101 0 111001 111000 1011010 101000 11111

Color Harmonies of #507030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507030

Black with #507030

Text Example


Text Example

White with #507030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507030; }

 p { color: rgb(80,112,48); }

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

background-color css

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

 a { background-color: rgb(80,112,48); }

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

border-color css

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

 span { border-color: rgb(80,112,48); }

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