#00732C

Color #00732C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #00732C

Tints of Crusoe #00732C

Color information

#00732C (or 0x00732C) is unknown color: approx Crusoe. HEX triplet: 00, 73 and 2C. RGB value is (0,115,44). Sum of RGB (Red+Green+Blue) = 0+115+44=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #00732C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00732C is #FF8CD3. Grayscale: #484848. Windows color (decimal): -16747732 or 2913024. OLE color: 2913024.

HSL color Cylindrical-coordinate representation of color #00732C: hue angle of 142.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00732C is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB011544-
CMYK100.620.55
HSL142.96º100%22.55%-
HSV(B)142.96º100%45.1%-
XYZ6.5912.444.44-
YUV72.52111.976.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 72.33%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=0%
G=72.33%
B=27.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011544100.620.55142.9610022.55
Hex0732C6403E378f6417
Octal0163541440766721714427
Binary011100111011001100100011111011011110001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00732C; }

 p { color: rgb(0,115,44); }

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

<style>
 a { background-color: #00732C; }

 a { background-color: rgb(0,115,44); }

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

<style>
 span { border-color: #00732C; }

 span { border-color: rgb(0,115,44); }

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