#01652B

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

Shades of Crusoe #01652B

Tints of Crusoe #01652B

Color information

#01652B (or 0x01652B) is unknown color: approx Crusoe. HEX triplet: 01, 65 and 2B. RGB value is (1,101,43). Sum of RGB (Red+Green+Blue) = 1+101+43=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #01652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652B is #FE9AD4. Grayscale: #404040. Windows color (decimal): -16685781 or 2843905. OLE color: 2843905.

HSL color Cylindrical-coordinate representation of color #01652B: hue angle of 145.2º 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 #01652B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB110143-
CMYK0.9900.570.60
HSL145.2º98.04%20%-
HSV(B)145.2º99.01%39.61%-
XYZ5.19.493.85-
YUV64.49115.8782.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 101 (39.84% from 255) = 69.66%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=0.69%
G=69.66%
B=29.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101430.9900.570.60145.298.0420
Hex1652B630393C916214
Octal1145531430717422114224
Binary111001011010111100011011100111110010010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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