Html Css Color HEX #016428 Crusoe

📋 copy color: '#016428'

red 1 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #016428

Tints of Crusoe #016428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 0.71%
G = 70.92%
B = 28.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#016428 (or 0x016428) is known color: Crusoe. HEX triplet: 01, 64 and 28. RGB value is (1,100,40). Sum of RGB (Red+Green+Blue) = 1+100+40=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #016428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016428 is #FE9BD7. Grayscale: #3F3F3F. Windows color (decimal): -16686040 or 2647041. OLE color: 2647041.

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

Color convert

RGB 1 100 40 -
CMYK 0.99 0 0.6 0.61
HSL 143.64º 0.98% 0.2% -
HSV(B) 143.64º 0.99% 0.39% -
XYZ 4.95 9.27 3.54 -
YUV 63.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 1 100 40 0.99 0 0.6 0.61 143.64 0.98 0.2
Hex 1 64 28 63 0 3C 3D 90 62 14
Octal 1 144 50 143 0 74 75 220 142 24
Binary 1 1100100 101000 1100011 0 111100 111101 10010000 1100010 10100

Color Harmonies of #016428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016428

Black with #016428

Text Example


Text Example

White with #016428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016428; }

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

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

background-color css

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

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

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

border-color css

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

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

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