#749B19

Color #749B19 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #749B19

Tints of Christi #749B19

Color information

#749B19 (or 0x749B19) is unknown color: approx Christi. HEX triplet: 74, 9B and 19. RGB value is (116,155,25). Sum of RGB (Red+Green+Blue) = 116+155+25=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #749B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749B19 is #8B64E6. Grayscale: #818181. Windows color (decimal): -9135335 or 1678196. OLE color: 1678196.

HSL color Cylindrical-coordinate representation of color #749B19: hue angle of 78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749B19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB11615525-
CMYK0.2500.840.39
HSL78º72.22%35.29%-
HSV(B)78º83.87%60.78%-
XYZ19.127.235.17-
YUV128.5269.58119.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 155 (60.94% from 255) = 52.36%
BLUE value IS 25 (10.16% from 255) = 8.45%
R=39.19%
G=52.36%
B=8.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155250.2500.840.397872.2235.29
Hex749B1919054274e4823
Octal164233313101244711611043
Binary11101001001101111001110010101010010011110011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749B19; }

 p { color: rgb(116,155,25); }

 H1.HeaderClassName
 {
   color: #749B19;
 }
 .AnyTagClassName
 {
   color: #749B19;
 }
</style>
background-color css

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

 a { background-color: rgb(116,155,25); }

 div.DivClassName
 {
   background-color: #749B19;
 }
 .BgClassName
 {
   background-color: #749B19;
 }
</style>
border-color css

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

 span { border-color: rgb(116,155,25); }

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