Html Css Color HEX #337240 San Felix

📋 copy color: '#337240'

red 51 ◦ green 114 ◦ blue 64

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

Shades of San Felix #337240

Tints of San Felix #337240

RGB

 RED value IS 51 (20.31% from 255) = 22.27%

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 22.27%
G = 49.78%
B = 27.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#337240 (or 0x337240) is known color: San Felix. HEX triplet: 33, 72 and 40. RGB value is (51,114,64). Sum of RGB (Red+Green+Blue) = 51+114+64=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #337240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337240 is #CC8DBF. Grayscale: #595959. Windows color (decimal): -13405632 or 4223539. OLE color: 4223539.

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

Color convert

RGB 51 114 64 -
CMYK 0.55 0 0.44 0.55
HSL 132.38º 0.38% 0.32% -
HSV(B) 132.38º 0.55% 0.45% -
XYZ 8.31 13.11 6.94 -
YUV 89.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 51 114 64 0.55 0 0.44 0.55 132.38 0.38 0.32
Hex 33 72 40 37 0 2C 37 84 26 20
Octal 63 162 100 67 0 54 67 204 46 40
Binary 110011 1110010 1000000 110111 0 101100 110111 10000100 100110 100000

Color Harmonies of #337240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337240

Black with #337240

Text Example


Text Example

White with #337240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337240; }

 p { color: rgb(51,114,64); }

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

background-color css

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

 a { background-color: rgb(51,114,64); }

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

border-color css

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

 span { border-color: rgb(51,114,64); }

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