Html Css Color HEX #257226 San Felix

📋 copy color: '#257226'

red 37 ◦ green 114 ◦ blue 38

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

Shades of San Felix #257226

Tints of San Felix #257226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

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

R = 19.58%
G = 60.32%
B = 20.11%

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

#257226 (or 0x257226) is known color: San Felix. HEX triplet: 25, 72 and 26. RGB value is (37,114,38). Sum of RGB (Red+Green+Blue) = 37+114+38=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #257226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257226 is #DA8DD9. Grayscale: #525252. Windows color (decimal): -14323162 or 2519589. OLE color: 2519589.

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

Color convert

RGB 37 114 38 -
CMYK 0.68 0 0.67 0.55
HSL 120.78º 0.51% 0.3% -
HSV(B) 120.78º 0.68% 0.45% -
XYZ 7.13 12.57 3.88 -
YUV 82.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 37 114 38 0.68 0 0.67 0.55 120.78 0.51 0.3
Hex 25 72 26 44 0 43 37 79 33 1E
Octal 45 162 46 104 0 103 67 171 63 36
Binary 100101 1110010 100110 1000100 0 1000011 110111 1111001 110011 11110

Color Harmonies of #257226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257226

Black with #257226

Text Example


Text Example

White with #257226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257226; }

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

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

background-color css

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

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

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

border-color css

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

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

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