#01652F

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

Shades of Crusoe #01652F

Tints of Crusoe #01652F

Color information

#01652F (or 0x01652F) is unknown color: approx Crusoe. HEX triplet: 01, 65 and 2F. RGB value is (1,101,47). Sum of RGB (Red+Green+Blue) = 1+101+47=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #01652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652F is #FE9AD0. Grayscale: #414141. Windows color (decimal): -16685777 or 3106049. OLE color: 3106049.

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

Color convert

RGB110147-
CMYK0.9900.530.60
HSL147.6º98.04%20%-
HSV(B)147.6º99.01%39.61%-
XYZ5.189.524.25-
YUV64.94117.8782.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 101 (39.84% from 255) = 67.79%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=0.67%
G=67.79%
B=31.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101470.9900.530.60147.698.0420
Hex1652F630353C946214
Octal1145571430657422414224
Binary111001011011111100011011010111110010010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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