Html Css Color HEX #01632C Crusoe

📋 copy color: '#01632C'

red 1 ◦ green 99 ◦ blue 44

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

Shades of Crusoe #01632C

Tints of Crusoe #01632C

RGB

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

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

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

R = 0.69%
G = 68.75%
B = 30.56%

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

#01632C (or 0x01632C) is known color: Crusoe. HEX triplet: 01, 63 and 2C. RGB value is (1,99,44). Sum of RGB (Red+Green+Blue) = 1+99+44=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #01632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632C is #FE9CD3. Grayscale: #3F3F3F. Windows color (decimal): -16686292 or 2908929. OLE color: 2908929.

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

Color convert

RGB 1 99 44 -
CMYK 0.99 0 0.56 0.61
HSL 146.33º 0.98% 0.2% -
HSV(B) 146.33º 0.99% 0.39% -
XYZ 4.93 9.11 3.88 -
YUV 63.43 117.03 83.47 -
System Red Green Blue C M Y K H S L
Decimal 1 99 44 0.99 0 0.56 0.61 146.33 0.98 0.2
Hex 1 63 2C 63 0 38 3D 92 62 14
Octal 1 143 54 143 0 70 75 222 142 24
Binary 1 1100011 101100 1100011 0 111000 111101 10010010 1100010 10100

Color Harmonies of #01632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01632C

Black with #01632C

Text Example


Text Example

White with #01632C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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