Html Css Color HEX #507133 Green Leaf

📋 copy color: '#507133'

red 80 ◦ green 113 ◦ blue 51

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

Shades of Green Leaf #507133

Tints of Green Leaf #507133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

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

R = 32.79%
G = 46.31%
B = 20.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#507133 (or 0x507133) is known color: Green Leaf. HEX triplet: 50, 71 and 33. RGB value is (80,113,51). Sum of RGB (Red+Green+Blue) = 80+113+51=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #507133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507133 is #AF8ECC. Grayscale: #606060. Windows color (decimal): -11505357 or 3371344. OLE color: 3371344.

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

Color convert

RGB 80 113 51 -
CMYK 0.29 0 0.55 0.56
HSL 91.94º 0.38% 0.32% -
HSV(B) 91.94º 0.55% 0.44% -
XYZ 9.81 13.75 5.27 -
YUV 96.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 80 113 51 0.29 0 0.55 0.56 91.94 0.38 0.32
Hex 50 71 33 1D 0 37 38 5C 26 20
Octal 120 161 63 35 0 67 70 134 46 40
Binary 1010000 1110001 110011 11101 0 110111 111000 1011100 100110 100000

Color Harmonies of #507133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507133

Black with #507133

Text Example


Text Example

White with #507133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507133; }

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

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

background-color css

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

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

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

border-color css

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

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

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