Html Css Color HEX #257532 San Felix

📋 copy color: '#257532'

red 37 ◦ green 117 ◦ blue 50

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

Shades of San Felix #257532

Tints of San Felix #257532

RGB

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

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

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

R = 18.14%
G = 57.35%
B = 24.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#257532 (or 0x257532) is known color: San Felix. HEX triplet: 25, 75 and 32. RGB value is (37,117,50). Sum of RGB (Red+Green+Blue) = 37+117+50=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #257532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257532 is #DA8ACD. Grayscale: #555555. Windows color (decimal): -14322382 or 3306789. OLE color: 3306789.

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

Color convert

RGB 37 117 50 -
CMYK 0.68 0 0.57 0.54
HSL 129.75º 0.52% 0.3% -
HSV(B) 129.75º 0.68% 0.46% -
XYZ 7.7 13.35 5.19 -
YUV 85.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 37 117 50 0.68 0 0.57 0.54 129.75 0.52 0.3
Hex 25 75 32 44 0 39 36 82 34 1E
Octal 45 165 62 104 0 71 66 202 64 36
Binary 100101 1110101 110010 1000100 0 111001 110110 10000010 110100 11110

Color Harmonies of #257532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257532

Black with #257532

Text Example


Text Example

White with #257532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257532; }

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

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

background-color css

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

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

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

border-color css

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

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

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