Html Css Color HEX #257426 San Felix

📋 copy color: '#257426'

red 37 ◦ green 116 ◦ blue 38

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

Shades of San Felix #257426

Tints of San Felix #257426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.73%

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 19.37%
G = 60.73%
B = 19.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#257426 (or 0x257426) is known color: San Felix. HEX triplet: 25, 74 and 26. RGB value is (37,116,38). Sum of RGB (Red+Green+Blue) = 37+116+38=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #257426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257426 is #DA8BD9. Grayscale: #535353. Windows color (decimal): -14322650 or 2520101. OLE color: 2520101.

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

Color convert

RGB 37 116 38 -
CMYK 0.68 0 0.67 0.55
HSL 120.76º 0.52% 0.3% -
HSV(B) 120.76º 0.68% 0.45% -
XYZ 7.36 13.02 3.96 -
YUV 83.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 37 116 38 0.68 0 0.67 0.55 120.76 0.52 0.3
Hex 25 74 26 44 0 43 37 79 34 1E
Octal 45 164 46 104 0 103 67 171 64 36
Binary 100101 1110100 100110 1000100 0 1000011 110111 1111001 110100 11110

Color Harmonies of #257426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257426

Black with #257426

Text Example


Text Example

White with #257426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257426; }

 p { color: rgb(37,116,38); }

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

background-color css

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

 a { background-color: rgb(37,116,38); }

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

border-color css

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

 span { border-color: rgb(37,116,38); }

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