Html Css Color HEX #257431 San Felix

📋 copy color: '#257431'

red 37 ◦ green 116 ◦ blue 49

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

Shades of San Felix #257431

Tints of San Felix #257431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.43%

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 18.32%
G = 57.43%
B = 24.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#257431 (or 0x257431) is known color: San Felix. HEX triplet: 25, 74 and 31. RGB value is (37,116,49). Sum of RGB (Red+Green+Blue) = 37+116+49=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #257431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257431 is #DA8BCE. Grayscale: #545454. Windows color (decimal): -14322639 or 3240997. OLE color: 3240997.

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

Color convert

RGB 37 116 49 -
CMYK 0.68 0 0.58 0.55
HSL 129.11º 0.52% 0.3% -
HSV(B) 129.11º 0.68% 0.45% -
XYZ 7.56 13.11 5.04 -
YUV 84.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 37 116 49 0.68 0 0.58 0.55 129.11 0.52 0.3
Hex 25 74 31 44 0 3A 37 81 34 1E
Octal 45 164 61 104 0 72 67 201 64 36
Binary 100101 1110100 110001 1000100 0 111010 110111 10000001 110100 11110

Color Harmonies of #257431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257431

Black with #257431

Text Example


Text Example

White with #257431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257431; }

 p { color: rgb(37,116,49); }

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

background-color css

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

 a { background-color: rgb(37,116,49); }

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

border-color css

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

 span { border-color: rgb(37,116,49); }

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