Html Css Color HEX #01642B Crusoe

📋 copy color: '#01642B'

red 1 ◦ green 100 ◦ blue 43

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

Shades of Crusoe #01642B

Tints of Crusoe #01642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 0.69%
G = 69.44%
B = 29.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#01642B (or 0x01642B) is known color: Crusoe. HEX triplet: 01, 64 and 2B. RGB value is (1,100,43). Sum of RGB (Red+Green+Blue) = 1+100+43=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #01642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642B is #FE9BD4. Grayscale: #404040. Windows color (decimal): -16686037 or 2843649. OLE color: 2843649.

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

Color convert

RGB 1 100 43 -
CMYK 0.99 0 0.57 0.61
HSL 145.45º 0.98% 0.2% -
HSV(B) 145.45º 0.99% 0.39% -
XYZ 5.01 9.3 3.82 -
YUV 63.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 1 100 43 0.99 0 0.57 0.61 145.45 0.98 0.2
Hex 1 64 2B 63 0 39 3D 91 62 14
Octal 1 144 53 143 0 71 75 221 142 24
Binary 1 1100100 101011 1100011 0 111001 111101 10010001 1100010 10100

Color Harmonies of #01642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01642B

Black with #01642B

Text Example


Text Example

White with #01642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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