Html Css Color HEX #106428 Crusoe

📋 copy color: '#106428'

red 16 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #106428

Tints of Crusoe #106428

RGB

 RED value IS 16 (6.64% from 255) = 10.26%

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

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

R = 10.26%
G = 64.1%
B = 25.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#106428 (or 0x106428) is known color: Crusoe. HEX triplet: 10, 64 and 28. RGB value is (16,100,40). Sum of RGB (Red+Green+Blue) = 16+100+40=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #106428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106428 is #EF9BD7. Grayscale: #444444. Windows color (decimal): -15703000 or 2647056. OLE color: 2647056.

HSL color Cylindrical-coordinate representation of color #106428: hue angle of 137.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106428 is Cyan = 0.84, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 100 40 -
CMYK 0.84 0 0.6 0.61
HSL 137.14º 0.72% 0.23% -
HSV(B) 137.14º 0.84% 0.39% -
XYZ 5.15 9.38 3.55 -
YUV 68.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 16 100 40 0.84 0 0.6 0.61 137.14 0.72 0.23
Hex 10 64 28 54 0 3C 3D 89 48 17
Octal 20 144 50 124 0 74 75 211 110 27
Binary 10000 1100100 101000 1010100 0 111100 111101 10001001 1001000 10111

Color Harmonies of #106428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106428

Black with #106428

Text Example


Text Example

White with #106428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106428; }

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

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

background-color css

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

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

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

border-color css

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

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

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