Html Css Color HEX #106426 Crusoe

📋 copy color: '#106426'

red 16 ◦ green 100 ◦ blue 38

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

Shades of Crusoe #106426

Tints of Crusoe #106426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 10.39%
G = 64.94%
B = 24.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#106426 (or 0x106426) is known color: Crusoe. HEX triplet: 10, 64 and 26. RGB value is (16,100,38). Sum of RGB (Red+Green+Blue) = 16+100+38=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 100 (39.45% from 255 or 64.94% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 100 - color contains mainly: green. Hex color #106426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106426 is #EF9BD9. Grayscale: #434343. Windows color (decimal): -15703002 or 2515984. OLE color: 2515984.

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

Color convert

RGB 16 100 38 -
CMYK 0.84 0 0.62 0.61
HSL 135.71º 0.72% 0.23% -
HSV(B) 135.71º 0.84% 0.39% -
XYZ 5.12 9.36 3.37 -
YUV 67.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 16 100 38 0.84 0 0.62 0.61 135.71 0.72 0.23
Hex 10 64 26 54 0 3E 3D 88 48 17
Octal 20 144 46 124 0 76 75 210 110 27
Binary 10000 1100100 100110 1010100 0 111110 111101 10001000 1001000 10111

Color Harmonies of #106426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106426

Black with #106426

Text Example


Text Example

White with #106426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106426; }

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

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

background-color css

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

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

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

border-color css

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

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

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