#739A13

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

Shades of Christi #739A13

Tints of Christi #739A13

Color information

#739A13 (or 0x739A13) is unknown color: approx Christi. HEX triplet: 73, 9A and 13. RGB value is (115,154,19). Sum of RGB (Red+Green+Blue) = 115+154+19=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #739A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739A13 is #8C65EC. Grayscale: #7F7F7F. Windows color (decimal): -9201133 or 1284723. OLE color: 1284723.

HSL color Cylindrical-coordinate representation of color #739A13: hue angle of 77.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739A13 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB11515419-
CMYK0.2500.880.40
HSL77.33º78.03%33.92%-
HSV(B)77.33º87.66%60.39%-
XYZ18.7426.84.8-
YUV126.9567.08119.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 154 (60.55% from 255) = 53.47%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=39.93%
G=53.47%
B=6.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115154190.2500.880.4077.3378.0333.92
Hex739A1319058284d4e22
Octal163232233101305011511642
Binary11100111001101010011110010101100010100010011011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739A13; }

 p { color: rgb(115,154,19); }

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

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

 a { background-color: rgb(115,154,19); }

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

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

 span { border-color: rgb(115,154,19); }

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