#72B40D

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

Shades of Christi #72B40D

Tints of Christi #72B40D

Color information

#72B40D (or 0x72B40D) is unknown color: approx Christi. HEX triplet: 72, B4 and 0D. RGB value is (114,180,13). Sum of RGB (Red+Green+Blue) = 114+180+13=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #72B40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B40D is #8D4BF2. Grayscale: #8D8D8D. Windows color (decimal): -9260019 or 898162. OLE color: 898162.

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

Color convert

RGB11418013-
CMYK0.3700.930.29
HSL83.71º86.53%37.84%-
HSV(B)83.71º92.78%70.59%-
XYZ23.3336.256.15-
YUV141.2355.63108.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 13 (5.47% from 255) = 4.23%
R=37.13%
G=58.63%
B=4.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180130.3700.930.2983.7186.5337.84
Hex72B4D2505D1D545726
Octal162264154501353512412746
Binary1110010101101001101100101010111011110110101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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