#01692E

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

Shades of Crusoe #01692E

Tints of Crusoe #01692E

Color information

#01692E (or 0x01692E) is unknown color: approx Crusoe. HEX triplet: 01, 69 and 2E. RGB value is (1,105,46). Sum of RGB (Red+Green+Blue) = 1+105+46=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #01692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01692E is #FE96D1. Grayscale: #434343. Windows color (decimal): -16684754 or 3041537. OLE color: 3041537.

HSL color Cylindrical-coordinate representation of color #01692E: hue angle of 145.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01692E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB110546-
CMYK0.9900.560.59
HSL145.96º98.11%20.78%-
HSV(B)145.96º99.05%41.18%-
XYZ5.5610.314.28-
YUV67.18116.0480.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 105 (41.41% from 255) = 69.08%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=0.66%
G=69.08%
B=30.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105460.9900.560.59145.9698.1120.78
Hex1692E630383B926215
Octal1151561430707322214225
Binary111010011011101100011011100011101110010010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01692E; }

 p { color: rgb(1,105,46); }

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

<style>
 a { background-color: #01692E; }

 a { background-color: rgb(1,105,46); }

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

<style>
 span { border-color: #01692E; }

 span { border-color: rgb(1,105,46); }

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