#72B326

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

Shades of Christi #72B326

Tints of Christi #72B326

Color information

#72B326 (or 0x72B326) is unknown color: approx Christi. HEX triplet: 72, B3 and 26. RGB value is (114,179,38). Sum of RGB (Red+Green+Blue) = 114+179+38=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #72B326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B326 is #8D4CD9. Grayscale: #8F8F8F. Windows color (decimal): -9260250 or 2536306. OLE color: 2536306.

HSL color Cylindrical-coordinate representation of color #72B326: hue angle of 87.66º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72B326 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB11417938-
CMYK0.3600.790.30
HSL87.66º64.98%42.55%-
HSV(B)87.66º78.77%70.2%-
XYZ23.4135.967.54-
YUV143.4968.47106.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 179 (70.31% from 255) = 54.08%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=34.44%
G=54.08%
B=11.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114179380.3600.790.3087.6664.9842.55
Hex72B3262404F1E58412b
Octal162263464401173613010153
Binary111001010110011100110100100010011111111010110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,38); }

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

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

 a { background-color: rgb(114,179,38); }

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

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

 span { border-color: rgb(114,179,38); }

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