#00711D

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

Shades of Crusoe #00711D

Tints of Crusoe #00711D

Color information

#00711D (or 0x00711D) is unknown color: approx Crusoe. HEX triplet: 00, 71 and 1D. RGB value is (0,113,29). Sum of RGB (Red+Green+Blue) = 0+113+29=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #00711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711D is #FF8EE2. Grayscale: #454545. Windows color (decimal): -16748259 or 1929472. OLE color: 1929472.

HSL color Cylindrical-coordinate representation of color #00711D: hue angle of 135.4º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00711D is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB011329-
CMYK100.740.56
HSL135.4º100%22.16%-
HSV(B)135.4º100%44.31%-
XYZ6.1311.93.14-
YUV69.64105.0678.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 79.58%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=0%
G=79.58%
B=20.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011329100.740.56135.410022.16
Hex0711D6404A38876416
Octal01613514401127020714426
Binary011100011110111001000100101011100010000111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00711D; }

 p { color: rgb(0,113,29); }

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

<style>
 a { background-color: #00711D; }

 a { background-color: rgb(0,113,29); }

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

<style>
 span { border-color: #00711D; }

 span { border-color: rgb(0,113,29); }

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