Html Css Color HEX #257332 San Felix

📋 copy color: '#257332'

red 37 ◦ green 115 ◦ blue 50

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

Shades of San Felix #257332

Tints of San Felix #257332

RGB

 RED value IS 37 (14.84% from 255) = 18.32%

 GREEN value IS 115 (45.31% from 255) = 56.93%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 18.32%
G = 56.93%
B = 24.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#257332 (or 0x257332) is known color: San Felix. HEX triplet: 25, 73 and 32. RGB value is (37,115,50). Sum of RGB (Red+Green+Blue) = 37+115+50=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #257332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257332 is #DA8CCD. Grayscale: #545454. Windows color (decimal): -14322894 or 3306277. OLE color: 3306277.

HSL color Cylindrical-coordinate representation of color #257332: hue angle of 130º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257332 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 50 -
CMYK 0.68 0 0.57 0.55
HSL 130º 0.51% 0.3% -
HSV(B) 130º 0.68% 0.45% -
XYZ 7.47 12.89 5.11 -
YUV 84.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 37 115 50 0.68 0 0.57 0.55 130 0.51 0.3
Hex 25 73 32 44 0 39 37 82 33 1E
Octal 45 163 62 104 0 71 67 202 63 36
Binary 100101 1110011 110010 1000100 0 111001 110111 10000010 110011 11110

Color Harmonies of #257332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257332

Black with #257332

Text Example


Text Example

White with #257332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257332; }

 p { color: rgb(37,115,50); }

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

background-color css

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

 a { background-color: rgb(37,115,50); }

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

border-color css

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

 span { border-color: rgb(37,115,50); }

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