#74A324

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

Shades of Christi #74A324

Tints of Christi #74A324

Color information

#74A324 (or 0x74A324) is unknown color: approx Christi. HEX triplet: 74, A3 and 24. RGB value is (116,163,36). Sum of RGB (Red+Green+Blue) = 116+163+36=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #74A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A324 is #8B5CDB. Grayscale: #868686. Windows color (decimal): -9133276 or 2401140. OLE color: 2401140.

HSL color Cylindrical-coordinate representation of color #74A324: hue angle of 82.2º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74A324 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB11616336-
CMYK0.2900.780.36
HSL82.2º63.82%39.02%-
HSV(B)82.2º77.91%63.92%-
XYZ20.6230.036.38-
YUV134.4772.43114.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 163 (64.06% from 255) = 51.75%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=36.83%
G=51.75%
B=11.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163360.2900.780.3682.263.8239.02
Hex74A3241D04E24524027
Octal164243443501164412210047
Binary111010010100011100100111010100111010010010100101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,163,36); }

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

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

 a { background-color: rgb(116,163,36); }

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

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

 span { border-color: rgb(116,163,36); }

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