#00721F

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

Shades of Crusoe #00721F

Tints of Crusoe #00721F

Color information

#00721F (or 0x00721F) is unknown color: approx Crusoe. HEX triplet: 00, 72 and 1F. RGB value is (0,114,31). Sum of RGB (Red+Green+Blue) = 0+114+31=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #00721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00721F is #FF8DE0. Grayscale: #464646. Windows color (decimal): -16748001 or 2060800. OLE color: 2060800.

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

Color convert

RGB011431-
CMYK100.730.55
HSL136.32º100%22.35%-
HSV(B)136.32º100%44.71%-
XYZ6.2612.133.31-
YUV70.45105.7377.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 78.62%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=0%
G=78.62%
B=21.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011431100.730.55136.3210022.35
Hex0721F6404937886416
Octal01623714401116721014426
Binary011100101111111001000100100111011110001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00721F; }

 p { color: rgb(0,114,31); }

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

<style>
 a { background-color: #00721F; }

 a { background-color: rgb(0,114,31); }

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

<style>
 span { border-color: #00721F; }

 span { border-color: rgb(0,114,31); }

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