Html Css Color HEX #01642C Crusoe

📋 copy color: '#01642C'

red 1 ◦ green 100 ◦ blue 44

#01642C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #01642C

Tints of Crusoe #01642C

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 100 (39.45% from 255) = 68.97%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 0.69%
G = 68.97%
B = 30.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#01642C (or 0x01642C) is known color: Crusoe. HEX triplet: 01, 64 and 2C. RGB value is (1,100,44). Sum of RGB (Red+Green+Blue) = 1+100+44=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #01642C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642C is #FE9BD3. Grayscale: #404040. Windows color (decimal): -16686036 or 2909185. OLE color: 2909185.

HSL color Cylindrical-coordinate representation of color #01642C: hue angle of 146.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01642C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 44 -
CMYK 0.99 0 0.56 0.61
HSL 146.06º 0.98% 0.2% -
HSV(B) 146.06º 0.99% 0.39% -
XYZ 5.02 9.3 3.91 -
YUV 64.02 116.7 83.05 -
System Red Green Blue C M Y K H S L
Decimal 1 100 44 0.99 0 0.56 0.61 146.06 0.98 0.2
Hex 1 64 2C 63 0 38 3D 92 62 14
Octal 1 144 54 143 0 70 75 222 142 24
Binary 1 1100100 101100 1100011 0 111000 111101 10010010 1100010 10100

Color Harmonies of #01642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01642C

Black with #01642C

Text Example


Text Example

White with #01642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01642C; }

 p { color: rgb(1,100,44); }

 H1.HeaderClassName
 {
   color: #01642C;
 }
 .AnyTagClassName
 {
   color: #01642C;
 }
</style>

background-color css

<style>
 a { background-color: #01642C; }

 a { background-color: rgb(1,100,44); }

 div.DivClassName
 {
   background-color: #01642C;
 }
 .BgClassName
 {
   background-color: #01642C;
 }
</style>

border-color css

<style>
 span { border-color: #01642C; }

 span { border-color: rgb(1,100,44); }

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