Html Css Color HEX #01631D Crusoe

📋 copy color: '#01631D'

red 1 ◦ green 99 ◦ blue 29

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

Shades of Crusoe #01631D

Tints of Crusoe #01631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 0.78%
G = 76.74%
B = 22.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#01631D (or 0x01631D) is known color: Crusoe. HEX triplet: 01, 63 and 1D. RGB value is (1,99,29). Sum of RGB (Red+Green+Blue) = 1+99+29=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #01631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01631D is #FE9CE2. Grayscale: #3D3D3D. Windows color (decimal): -16686307 or 1925889. OLE color: 1925889.

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

Color convert

RGB 1 99 29 -
CMYK 0.99 0 0.71 0.61
HSL 137.14º 0.98% 0.2% -
HSV(B) 137.14º 0.99% 0.39% -
XYZ 4.7 9.02 2.66 -
YUV 61.72 109.53 84.69 -
System Red Green Blue C M Y K H S L
Decimal 1 99 29 0.99 0 0.71 0.61 137.14 0.98 0.2
Hex 1 63 1D 63 0 47 3D 89 62 14
Octal 1 143 35 143 0 107 75 211 142 24
Binary 1 1100011 11101 1100011 0 1000111 111101 10001001 1100010 10100

Color Harmonies of #01631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01631D

Black with #01631D

Text Example


Text Example

White with #01631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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