Html Css Color HEX #507033 Green Leaf

📋 copy color: '#507033'

red 80 ◦ green 112 ◦ blue 51

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

Shades of Green Leaf #507033

Tints of Green Leaf #507033

RGB

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

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

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

R = 32.92%
G = 46.09%
B = 20.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#507033 (or 0x507033) is known color: Green Leaf. HEX triplet: 50, 70 and 33. RGB value is (80,112,51). Sum of RGB (Red+Green+Blue) = 80+112+51=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #507033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507033 is #AF8FCC. Grayscale: #5F5F5F. Windows color (decimal): -11505613 or 3371088. OLE color: 3371088.

HSL color Cylindrical-coordinate representation of color #507033: hue angle of 91.48º 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 #507033 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 51 -
CMYK 0.29 0 0.54 0.56
HSL 91.48º 0.37% 0.32% -
HSV(B) 91.48º 0.54% 0.44% -
XYZ 9.7 13.53 5.23 -
YUV 95.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 80 112 51 0.29 0 0.54 0.56 91.48 0.37 0.32
Hex 50 70 33 1D 0 36 38 5B 25 20
Octal 120 160 63 35 0 66 70 133 45 40
Binary 1010000 1110000 110011 11101 0 110110 111000 1011011 100101 100000

Color Harmonies of #507033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507033

Black with #507033

Text Example


Text Example

White with #507033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507033; }

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

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

background-color css

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

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

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

border-color css

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

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

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