Html Css Color HEX #257320 San Felix

📋 copy color: '#257320'

red 37 ◦ green 115 ◦ blue 32

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

Shades of San Felix #257320

Tints of San Felix #257320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 20.11%
G = 62.5%
B = 17.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#257320 (or 0x257320) is known color: San Felix. HEX triplet: 25, 73 and 20. RGB value is (37,115,32). Sum of RGB (Red+Green+Blue) = 37+115+32=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #257320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257320 is #DA8CDF. Grayscale: #525252. Windows color (decimal): -14322912 or 2126629. OLE color: 2126629.

HSL color Cylindrical-coordinate representation of color #257320: hue angle of 116.39º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257320 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 32 -
CMYK 0.68 0 0.72 0.55
HSL 116.39º 0.56% 0.29% -
HSV(B) 116.39º 0.72% 0.45% -
XYZ 7.15 12.76 3.45 -
YUV 82.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 37 115 32 0.68 0 0.72 0.55 116.39 0.56 0.29
Hex 25 73 20 44 0 48 37 74 38 1D
Octal 45 163 40 104 0 110 67 164 70 35
Binary 100101 1110011 100000 1000100 0 1001000 110111 1110100 111000 11101

Color Harmonies of #257320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257320

Black with #257320

Text Example


Text Example

White with #257320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257320; }

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

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

background-color css

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

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

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

border-color css

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

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

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