Html Css Color HEX #01632F Crusoe

📋 copy color: '#01632F'

red 1 ◦ green 99 ◦ blue 47

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

Shades of Crusoe #01632F

Tints of Crusoe #01632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 0.68%
G = 67.35%
B = 31.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#01632F (or 0x01632F) is known color: Crusoe. HEX triplet: 01, 63 and 2F. RGB value is (1,99,47). Sum of RGB (Red+Green+Blue) = 1+99+47=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #01632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632F is #FE9CD0. Grayscale: #3F3F3F. Windows color (decimal): -16686289 or 3105537. OLE color: 3105537.

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

Color convert

RGB 1 99 47 -
CMYK 0.99 0 0.53 0.61
HSL 148.16º 0.98% 0.2% -
HSV(B) 148.16º 0.99% 0.39% -
XYZ 4.99 9.14 4.19 -
YUV 63.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 1 99 47 0.99 0 0.53 0.61 148.16 0.98 0.2
Hex 1 63 2F 63 0 35 3D 94 62 14
Octal 1 143 57 143 0 65 75 224 142 24
Binary 1 1100011 101111 1100011 0 110101 111101 10010100 1100010 10100

Color Harmonies of #01632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01632F

Black with #01632F

Text Example


Text Example

White with #01632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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