#00662B

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

Shades of Crusoe #00662B

Tints of Crusoe #00662B

Color information

#00662B (or 0x00662B) is unknown color: approx Crusoe. HEX triplet: 00, 66 and 2B. RGB value is (0,102,43). Sum of RGB (Red+Green+Blue) = 0+102+43=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #00662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00662B is #FF99D4. Grayscale: #404040. Windows color (decimal): -16751061 or 2844160. OLE color: 2844160.

HSL color Cylindrical-coordinate representation of color #00662B: hue angle of 145.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00662B is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB010243-
CMYK100.580.6
HSL145.29º100%20%-
HSV(B)145.29º100%40%-
XYZ5.199.683.88-
YUV64.78115.7181.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 70.34%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=0%
G=70.34%
B=29.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010243100.580.6145.2910020
Hex0662B6403A3C916414
Octal0146531440727422114424
Binary011001101010111100100011101011110010010001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00662B; }

 p { color: rgb(0,102,43); }

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

<style>
 a { background-color: #00662B; }

 a { background-color: rgb(0,102,43); }

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

<style>
 span { border-color: #00662B; }

 span { border-color: rgb(0,102,43); }

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