#74AD19

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

Shades of Christi #74AD19

Tints of Christi #74AD19

Color information

#74AD19 (or 0x74AD19) is unknown color: approx Christi. HEX triplet: 74, AD and 19. RGB value is (116,173,25). Sum of RGB (Red+Green+Blue) = 116+173+25=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD19 is #8B52E6. Grayscale: #8B8B8B. Windows color (decimal): -9130727 or 1682804. OLE color: 1682804.

HSL color Cylindrical-coordinate representation of color #74AD19: hue angle of 83.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74AD19 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB11617325-
CMYK0.3300.860.32
HSL83.11º74.75%38.82%-
HSV(B)83.11º85.55%67.84%-
XYZ22.3233.676.24-
YUV139.0863.62111.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 173 (67.97% from 255) = 55.10%
BLUE value IS 25 (10.16% from 255) = 7.96%
R=36.94%
G=55.10%
B=7.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116173250.3300.860.3283.1174.7538.82
Hex74AD192105620534b27
Octal164255314101264012311347
Binary111010010101101110011000010101011010000010100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AD19; }

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

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

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

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

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

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

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

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