Html Css Color HEX #197024 San Felix

📋 copy color: '#197024'

red 25 ◦ green 112 ◦ blue 36

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

Shades of San Felix #197024

Tints of San Felix #197024

RGB

 RED value IS 25 (10.16% from 255) = 14.45%

 GREEN value IS 112 (44.14% from 255) = 64.74%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 14.45%
G = 64.74%
B = 20.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#197024 (or 0x197024) is known color: San Felix. HEX triplet: 19, 70 and 24. RGB value is (25,112,36). Sum of RGB (Red+Green+Blue) = 25+112+36=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #197024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197024 is #E68FDB. Grayscale: #4D4D4D. Windows color (decimal): -15110108 or 2387993. OLE color: 2387993.

HSL color Cylindrical-coordinate representation of color #197024: hue angle of 127.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197024 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 36 -
CMYK 0.78 0 0.68 0.56
HSL 127.59º 0.64% 0.27% -
HSV(B) 127.59º 0.78% 0.44% -
XYZ 6.51 11.92 3.63 -
YUV 77.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 25 112 36 0.78 0 0.68 0.56 127.59 0.64 0.27
Hex 19 70 24 4E 0 44 38 80 40 1B
Octal 31 160 44 116 0 104 70 200 100 33
Binary 11001 1110000 100100 1001110 0 1000100 111000 10000000 1000000 11011

Color Harmonies of #197024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197024

Black with #197024

Text Example


Text Example

White with #197024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197024; }

 p { color: rgb(25,112,36); }

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

background-color css

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

 a { background-color: rgb(25,112,36); }

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

border-color css

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

 span { border-color: rgb(25,112,36); }

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