Html Css Color HEX #257328 San Felix

📋 copy color: '#257328'

red 37 ◦ green 115 ◦ blue 40

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

Shades of San Felix #257328

Tints of San Felix #257328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 19.27%
G = 59.9%
B = 20.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#257328 (or 0x257328) is known color: San Felix. HEX triplet: 25, 73 and 28. RGB value is (37,115,40). Sum of RGB (Red+Green+Blue) = 37+115+40=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #257328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257328 is #DA8CD7. Grayscale: #535353. Windows color (decimal): -14322904 or 2650917. OLE color: 2650917.

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

Color convert

RGB 37 115 40 -
CMYK 0.68 0 0.65 0.55
HSL 122.31º 0.51% 0.3% -
HSV(B) 122.31º 0.68% 0.45% -
XYZ 7.28 12.81 4.1 -
YUV 83.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 37 115 40 0.68 0 0.65 0.55 122.31 0.51 0.3
Hex 25 73 28 44 0 41 37 7A 33 1E
Octal 45 163 50 104 0 101 67 172 63 36
Binary 100101 1110011 101000 1000100 0 1000001 110111 1111010 110011 11110

Color Harmonies of #257328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257328

Black with #257328

Text Example


Text Example

White with #257328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257328; }

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

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

background-color css

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

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

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

border-color css

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

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

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