Html Css Color HEX #257232 San Felix

📋 copy color: '#257232'

red 37 ◦ green 114 ◦ blue 50

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

Shades of San Felix #257232

Tints of San Felix #257232

RGB

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

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

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

R = 18.41%
G = 56.72%
B = 24.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#257232 (or 0x257232) is known color: San Felix. HEX triplet: 25, 72 and 32. RGB value is (37,114,50). Sum of RGB (Red+Green+Blue) = 37+114+50=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #257232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257232 is #DA8DCD. Grayscale: #535353. Windows color (decimal): -14323150 or 3306021. OLE color: 3306021.

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

Color convert

RGB 37 114 50 -
CMYK 0.68 0 0.56 0.55
HSL 130.13º 0.51% 0.3% -
HSV(B) 130.13º 0.68% 0.45% -
XYZ 7.36 12.66 5.07 -
YUV 83.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 37 114 50 0.68 0 0.56 0.55 130.13 0.51 0.3
Hex 25 72 32 44 0 38 37 82 33 1E
Octal 45 162 62 104 0 70 67 202 63 36
Binary 100101 1110010 110010 1000100 0 111000 110111 10000010 110011 11110

Color Harmonies of #257232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257232

Black with #257232

Text Example


Text Example

White with #257232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257232; }

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

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

background-color css

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

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

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

border-color css

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

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

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