#73b31b

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

Shades of Christi #73B31B

Tints of Christi #73B31B

Color information

#73B31B (or 0x73B31B) is unknown color: approx Christi. HEX triplet: 73, B3 and 1B. RGB value is (115,179,27). Sum of RGB (Red+Green+Blue) = 115+179+27=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #73B31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B31B is #8C4CE4. Grayscale: #8F8F8F. Windows color (decimal): -9194725 or 1815411. OLE color: 1815411.

HSL color Cylindrical-coordinate representation of color #73B31B: hue angle of 85.26º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73B31B is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB11517927-
CMYK0.3600.850.30
HSL85.26º73.79%40.39%-
HSV(B)85.26º84.92%70.2%-
XYZ23.3935.966.75-
YUV142.5462.8108.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 179 (70.31% from 255) = 55.76%
BLUE value IS 27 (10.94% from 255) = 8.41%
R=35.83%
G=55.76%
B=8.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115179270.3600.850.3085.2673.7940.39
Hex73B31B240551E554a28
Octal163263334401253612511250
Binary11100111011001111011100100010101011111010101011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73b31b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73b31b; }

 p { color: rgb(115,179,27); }

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

<style>
 a { background-color: #73b31b; }

 a { background-color: rgb(115,179,27); }

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

<style>
 span { border-color: #73b31b; }

 span { border-color: rgb(115,179,27); }

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