#74B31D

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

Shades of Christi #74B31D

Tints of Christi #74B31D

Color information

#74B31D (or 0x74B31D) is unknown color: approx Christi. HEX triplet: 74, B3 and 1D. RGB value is (116,179,29). Sum of RGB (Red+Green+Blue) = 116+179+29=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #74B31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B31D is #8B4CE2. Grayscale: #8F8F8F. Windows color (decimal): -9129187 or 1946484. OLE color: 1946484.

HSL color Cylindrical-coordinate representation of color #74B31D: hue angle of 85.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74B31D is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB11617929-
CMYK0.3500.840.30
HSL85.2º72.12%40.78%-
HSV(B)85.2º83.8%70.2%-
XYZ23.5436.046.88-
YUV143.0663.63108.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 179 (70.31% from 255) = 55.25%
BLUE value IS 29 (11.72% from 255) = 8.95%
R=35.80%
G=55.25%
B=8.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179290.3500.840.3085.272.1240.78
Hex74B31D230541E554829
Octal164263354301243612511051
Binary11101001011001111101100011010101001111010101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,29); }

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

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

 a { background-color: rgb(116,179,29); }

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

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

 span { border-color: rgb(116,179,29); }

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