#01651D

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

Shades of Crusoe #01651D

Tints of Crusoe #01651D

Color information

#01651D (or 0x01651D) is unknown color: approx Crusoe. HEX triplet: 01, 65 and 1D. RGB value is (1,101,29). Sum of RGB (Red+Green+Blue) = 1+101+29=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #01651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01651D is #FE9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16685795 or 1926401. OLE color: 1926401.

HSL color Cylindrical-coordinate representation of color #01651D: hue angle of 136.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01651D is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB110129-
CMYK0.9900.710.60
HSL136.8º98.04%20%-
HSV(B)136.8º99.01%39.61%-
XYZ4.899.42.72-
YUV62.89108.8783.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 101 (39.84% from 255) = 77.10%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=0.76%
G=77.10%
B=22.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101290.9900.710.60136.898.0420
Hex1651D630473C896214
Octal11453514301077421114224
Binary111001011110111000110100011111110010001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,101,29); }

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

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

 a { background-color: rgb(1,101,29); }

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

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

 span { border-color: rgb(1,101,29); }

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