Html Css Color HEX #01632A Crusoe

📋 copy color: '#01632A'

red 1 ◦ green 99 ◦ blue 42

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

Shades of Crusoe #01632A

Tints of Crusoe #01632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 69.72%

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

R = 0.7%
G = 69.72%
B = 29.58%

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

#01632A (or 0x01632A) is known color: Crusoe. HEX triplet: 01, 63 and 2A. RGB value is (1,99,42). Sum of RGB (Red+Green+Blue) = 1+99+42=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #01632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632A is #FE9CD5. Grayscale: #3F3F3F. Windows color (decimal): -16686294 or 2777857. OLE color: 2777857.

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

Color convert

RGB 1 99 42 -
CMYK 0.99 0 0.58 0.61
HSL 145.1º 0.98% 0.2% -
HSV(B) 145.1º 0.99% 0.39% -
XYZ 4.89 9.1 3.69 -
YUV 63.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 1 99 42 0.99 0 0.58 0.61 145.1 0.98 0.2
Hex 1 63 2A 63 0 3A 3D 91 62 14
Octal 1 143 52 143 0 72 75 221 142 24
Binary 1 1100011 101010 1100011 0 111010 111101 10010001 1100010 10100

Color Harmonies of #01632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01632A

Black with #01632A

Text Example


Text Example

White with #01632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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