Html Css Color HEX #257329 San Felix

📋 copy color: '#257329'

red 37 ◦ green 115 ◦ blue 41

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

Shades of San Felix #257329

Tints of San Felix #257329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 19.17%
G = 59.59%
B = 21.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#257329 (or 0x257329) is known color: San Felix. HEX triplet: 25, 73 and 29. RGB value is (37,115,41). Sum of RGB (Red+Green+Blue) = 37+115+41=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #257329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257329 is #DA8CD6. Grayscale: #535353. Windows color (decimal): -14322903 or 2716453. OLE color: 2716453.

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

Color convert

RGB 37 115 41 -
CMYK 0.68 0 0.64 0.55
HSL 123.08º 0.51% 0.3% -
HSV(B) 123.08º 0.68% 0.45% -
XYZ 7.29 12.81 4.19 -
YUV 83.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 37 115 41 0.68 0 0.64 0.55 123.08 0.51 0.3
Hex 25 73 29 44 0 40 37 7B 33 1E
Octal 45 163 51 104 0 100 67 173 63 36
Binary 100101 1110011 101001 1000100 0 1000000 110111 1111011 110011 11110

Color Harmonies of #257329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257329

Black with #257329

Text Example


Text Example

White with #257329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257329; }

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

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

background-color css

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

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

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

border-color css

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

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

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