Html Css Color HEX #01621C Crusoe

📋 copy color: '#01621C'

red 1 ◦ green 98 ◦ blue 28

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

Shades of Crusoe #01621C

Tints of Crusoe #01621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 77.17%

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 0.79%
G = 77.17%
B = 22.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#01621C (or 0x01621C) is known color: Crusoe. HEX triplet: 01, 62 and 1C. RGB value is (1,98,28). Sum of RGB (Red+Green+Blue) = 1+98+28=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #01621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01621C is #FE9DE3. Grayscale: #3D3D3D. Windows color (decimal): -16686564 or 1860097. OLE color: 1860097.

HSL color Cylindrical-coordinate representation of color #01621C: hue angle of 136.7º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01621C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 28 -
CMYK 0.99 0 0.71 0.62
HSL 136.7º 0.98% 0.19% -
HSV(B) 136.7º 0.99% 0.38% -
XYZ 4.59 8.83 2.56 -
YUV 61.02 109.36 85.19 -
System Red Green Blue C M Y K H S L
Decimal 1 98 28 0.99 0 0.71 0.62 136.7 0.98 0.19
Hex 1 62 1C 63 0 47 3E 89 62 13
Octal 1 142 34 143 0 107 76 211 142 23
Binary 1 1100010 11100 1100011 0 1000111 111110 10001001 1100010 10011

Color Harmonies of #01621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01621C

Black with #01621C

Text Example


Text Example

White with #01621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,98,28); }

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

background-color css

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

 a { background-color: rgb(1,98,28); }

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

border-color css

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

 span { border-color: rgb(1,98,28); }

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