Html Css Color HEX #507733 Green Leaf

📋 copy color: '#507733'

red 80 ◦ green 119 ◦ blue 51

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

Shades of Green Leaf #507733

Tints of Green Leaf #507733

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

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

R = 32%
G = 47.6%
B = 20.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#507733 (or 0x507733) is known color: Green Leaf. HEX triplet: 50, 77 and 33. RGB value is (80,119,51). Sum of RGB (Red+Green+Blue) = 80+119+51=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #507733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507733 is #AF88CC. Grayscale: #636363. Windows color (decimal): -11503821 or 3372880. OLE color: 3372880.

HSL color Cylindrical-coordinate representation of color #507733: hue angle of 94.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507733 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 51 -
CMYK 0.33 0 0.57 0.53
HSL 94.41º 0.4% 0.33% -
HSV(B) 94.41º 0.57% 0.47% -
XYZ 10.5 15.14 5.5 -
YUV 99.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 80 119 51 0.33 0 0.57 0.53 94.41 0.4 0.33
Hex 50 77 33 21 0 39 35 5E 28 21
Octal 120 167 63 41 0 71 65 136 50 41
Binary 1010000 1110111 110011 100001 0 111001 110101 1011110 101000 100001

Color Harmonies of #507733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507733

Black with #507733

Text Example


Text Example

White with #507733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507733; }

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

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

background-color css

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

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

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

border-color css

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

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

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