Html Css Color HEX #01642A Crusoe

📋 copy color: '#01642A'

red 1 ◦ green 100 ◦ blue 42

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

Shades of Crusoe #01642A

Tints of Crusoe #01642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 0.7%
G = 69.93%
B = 29.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#01642A (or 0x01642A) is known color: Crusoe. HEX triplet: 01, 64 and 2A. RGB value is (1,100,42). Sum of RGB (Red+Green+Blue) = 1+100+42=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #01642A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642A is #FE9BD5. Grayscale: #3F3F3F. Windows color (decimal): -16686038 or 2778113. OLE color: 2778113.

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

Color convert

RGB 1 100 42 -
CMYK 0.99 0 0.58 0.61
HSL 144.85º 0.98% 0.2% -
HSV(B) 144.85º 0.99% 0.39% -
XYZ 4.99 9.29 3.72 -
YUV 63.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 1 100 42 0.99 0 0.58 0.61 144.85 0.98 0.2
Hex 1 64 2A 63 0 3A 3D 91 62 14
Octal 1 144 52 143 0 72 75 221 142 24
Binary 1 1100100 101010 1100011 0 111010 111101 10010001 1100010 10100

Color Harmonies of #01642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01642A

Black with #01642A

Text Example


Text Example

White with #01642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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