Html Css Color HEX #01641D Crusoe

📋 copy color: '#01641D'

red 1 ◦ green 100 ◦ blue 29

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

Shades of Crusoe #01641D

Tints of Crusoe #01641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 76.92%

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

R = 0.77%
G = 76.92%
B = 22.31%

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

#01641D (or 0x01641D) is known color: Crusoe. HEX triplet: 01, 64 and 1D. RGB value is (1,100,29). Sum of RGB (Red+Green+Blue) = 1+100+29=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #01641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01641D is #FE9BE2. Grayscale: #3E3E3E. Windows color (decimal): -16686051 or 1926145. OLE color: 1926145.

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

Color convert

RGB 1 100 29 -
CMYK 0.99 0 0.71 0.61
HSL 136.97º 0.98% 0.2% -
HSV(B) 136.97º 0.99% 0.39% -
XYZ 4.79 9.21 2.69 -
YUV 62.31 109.2 84.27 -
System Red Green Blue C M Y K H S L
Decimal 1 100 29 0.99 0 0.71 0.61 136.97 0.98 0.2
Hex 1 64 1D 63 0 47 3D 89 62 14
Octal 1 144 35 143 0 107 75 211 142 24
Binary 1 1100100 11101 1100011 0 1000111 111101 10001001 1100010 10100

Color Harmonies of #01641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01641D

Black with #01641D

Text Example


Text Example

White with #01641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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