#74A526

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

Shades of Christi #74A526

Tints of Christi #74A526

Color information

#74A526 (or 0x74A526) is unknown color: approx Christi. HEX triplet: 74, A5 and 26. RGB value is (116,165,38). Sum of RGB (Red+Green+Blue) = 116+165+38=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #74A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A526 is #8B5AD9. Grayscale: #888888. Windows color (decimal): -9132762 or 2532724. OLE color: 2532724.

HSL color Cylindrical-coordinate representation of color #74A526: hue angle of 83.15º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74A526 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB11616538-
CMYK0.3000.770.35
HSL83.15º62.56%39.8%-
HSV(B)83.15º76.97%64.71%-
XYZ21.0130.766.66-
YUV135.8772.77113.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=36.36%
G=51.72%
B=11.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116165380.3000.770.3583.1562.5639.8
Hex74A5261E04D23533f28
Octal16424546360115431237750
Binary11101001010010110011011110010011011000111010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,38); }

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

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

 a { background-color: rgb(116,165,38); }

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

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

 span { border-color: rgb(116,165,38); }

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