#01762A

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

Shades of Crusoe #01762A

Tints of Crusoe #01762A

Color information

#01762A (or 0x01762A) is unknown color: approx Crusoe. HEX triplet: 01, 76 and 2A. RGB value is (1,118,42). Sum of RGB (Red+Green+Blue) = 1+118+42=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #01762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762A is #FE89D5. Grayscale: #4A4A4A. Windows color (decimal): -16681430 or 2782721. OLE color: 2782721.

HSL color Cylindrical-coordinate representation of color #01762A: hue angle of 141.03º 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 #01762A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB111842-
CMYK0.9900.640.54
HSL141.03º98.32%23.33%-
HSV(B)141.03º99.15%46.27%-
XYZ6.9113.134.36-
YUV74.35109.7475.68-

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) = 73.29%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=0.62%
G=73.29%
B=26.09%

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
Decimal1118420.9900.640.54141.0398.3223.33
Hex1762A63040368d6217
Octal11665214301006621514227
Binary1111011010101011000110100000011011010001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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