Html Css Color HEX #01621B Crusoe

📋 copy color: '#01621B'

red 1 ◦ green 98 ◦ blue 27

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

Shades of Crusoe #01621B

Tints of Crusoe #01621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 0.79%
G = 77.78%
B = 21.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#01621B (or 0x01621B) is known color: Crusoe. HEX triplet: 01, 62 and 1B. RGB value is (1,98,27). Sum of RGB (Red+Green+Blue) = 1+98+27=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #01621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01621B is #FE9DE4. Grayscale: #3D3D3D. Windows color (decimal): -16686565 or 1794561. OLE color: 1794561.

HSL color Cylindrical-coordinate representation of color #01621B: hue angle of 136.08º 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 #01621B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 27 -
CMYK 0.99 0 0.72 0.62
HSL 136.08º 0.98% 0.19% -
HSV(B) 136.08º 0.99% 0.38% -
XYZ 4.58 8.82 2.5 -
YUV 60.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 1 98 27 0.99 0 0.72 0.62 136.08 0.98 0.19
Hex 1 62 1B 63 0 48 3E 88 62 13
Octal 1 142 33 143 0 110 76 210 142 23
Binary 1 1100010 11011 1100011 0 1001000 111110 10001000 1100010 10011

Color Harmonies of #01621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01621B

Black with #01621B

Text Example


Text Example

White with #01621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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