Html Css Color HEX #01632D Crusoe

📋 copy color: '#01632D'

red 1 ◦ green 99 ◦ blue 45

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

Shades of Crusoe #01632D

Tints of Crusoe #01632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 0.69%
G = 68.28%
B = 31.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#01632D (or 0x01632D) is known color: Crusoe. HEX triplet: 01, 63 and 2D. RGB value is (1,99,45). Sum of RGB (Red+Green+Blue) = 1+99+45=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #01632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632D is #FE9CD2. Grayscale: #3F3F3F. Windows color (decimal): -16686291 or 2974465. OLE color: 2974465.

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

Color convert

RGB 1 99 45 -
CMYK 0.99 0 0.55 0.61
HSL 146.94º 0.98% 0.2% -
HSV(B) 146.94º 0.99% 0.39% -
XYZ 4.95 9.12 3.98 -
YUV 63.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 1 99 45 0.99 0 0.55 0.61 146.94 0.98 0.2
Hex 1 63 2D 63 0 37 3D 93 62 14
Octal 1 143 55 143 0 67 75 223 142 24
Binary 1 1100011 101101 1100011 0 110111 111101 10010011 1100010 10100

Color Harmonies of #01632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01632D

Black with #01632D

Text Example


Text Example

White with #01632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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