Html Css Color HEX #257535 San Felix

📋 copy color: '#257535'

red 37 ◦ green 117 ◦ blue 53

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

Shades of San Felix #257535

Tints of San Felix #257535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.52%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 17.87%
G = 56.52%
B = 25.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#257535 (or 0x257535) is known color: San Felix. HEX triplet: 25, 75 and 35. RGB value is (37,117,53). Sum of RGB (Red+Green+Blue) = 37+117+53=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #257535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257535 is #DA8ACA. Grayscale: #555555. Windows color (decimal): -14322379 or 3503397. OLE color: 3503397.

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

Color convert

RGB 37 117 53 -
CMYK 0.68 0 0.55 0.54
HSL 132º 0.52% 0.3% -
HSV(B) 132º 0.68% 0.46% -
XYZ 7.77 13.37 5.54 -
YUV 85.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 37 117 53 0.68 0 0.55 0.54 132 0.52 0.3
Hex 25 75 35 44 0 37 36 84 34 1E
Octal 45 165 65 104 0 67 66 204 64 36
Binary 100101 1110101 110101 1000100 0 110111 110110 10000100 110100 11110

Color Harmonies of #257535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257535

Black with #257535

Text Example


Text Example

White with #257535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257535; }

 p { color: rgb(37,117,53); }

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

background-color css

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

 a { background-color: rgb(37,117,53); }

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

border-color css

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

 span { border-color: rgb(37,117,53); }

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