#01762B

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

Shades of Crusoe #01762B

Tints of Crusoe #01762B

Color information

#01762B (or 0x01762B) is unknown color: approx Crusoe. HEX triplet: 01, 76 and 2B. RGB value is (1,118,43). Sum of RGB (Red+Green+Blue) = 1+118+43=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #01762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762B is #FE89D4. Grayscale: #4A4A4A. Windows color (decimal): -16681429 or 2848257. OLE color: 2848257.

HSL color Cylindrical-coordinate representation of color #01762B: hue angle of 141.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01762B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB111843-
CMYK0.9900.640.54
HSL141.54º98.32%23.33%-
HSV(B)141.54º99.15%46.27%-
XYZ6.9313.144.46-
YUV74.47110.2475.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 118 (46.48% from 255) = 72.84%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=0.62%
G=72.84%
B=26.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118430.9900.640.54141.5498.3223.33
Hex1762B63040368e6217
Octal11665314301006621614227
Binary1111011010101111000110100000011011010001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,118,43); }

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

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

 a { background-color: rgb(1,118,43); }

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

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

 span { border-color: rgb(1,118,43); }

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