#72B419

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

Shades of Christi #72B419

Tints of Christi #72B419

Color information

#72B419 (or 0x72B419) is unknown color: approx Christi. HEX triplet: 72, B4 and 19. RGB value is (114,180,25). Sum of RGB (Red+Green+Blue) = 114+180+25=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #72B419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B419 is #8D4BE6. Grayscale: #8F8F8F. Windows color (decimal): -9260007 or 1684594. OLE color: 1684594.

HSL color Cylindrical-coordinate representation of color #72B419: hue angle of 85.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72B419 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB11418025-
CMYK0.3700.860.29
HSL85.55º75.61%40.2%-
HSV(B)85.55º86.11%70.59%-
XYZ23.4436.296.69-
YUV142.661.63107.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=35.74%
G=56.43%
B=7.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180250.3700.860.2985.5575.6140.2
Hex72B419250561D564c28
Octal162264314501263512611450
Binary11100101011010011001100101010101101110110101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B419; }

 p { color: rgb(114,180,25); }

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

<style>
 a { background-color: #72B419; }

 a { background-color: rgb(114,180,25); }

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

<style>
 span { border-color: #72B419; }

 span { border-color: rgb(114,180,25); }

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