Html Css Color HEX #106429 Crusoe

📋 copy color: '#106429'

red 16 ◦ green 100 ◦ blue 41

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

Shades of Crusoe #106429

Tints of Crusoe #106429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 10.19%
G = 63.69%
B = 26.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#106429 (or 0x106429) is known color: Crusoe. HEX triplet: 10, 64 and 29. RGB value is (16,100,41). Sum of RGB (Red+Green+Blue) = 16+100+41=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #106429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106429 is #EF9BD6. Grayscale: #444444. Windows color (decimal): -15702999 or 2712592. OLE color: 2712592.

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

Color convert

RGB 16 100 41 -
CMYK 0.84 0 0.59 0.61
HSL 137.86º 0.72% 0.23% -
HSV(B) 137.86º 0.84% 0.39% -
XYZ 5.17 9.38 3.64 -
YUV 68.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 16 100 41 0.84 0 0.59 0.61 137.86 0.72 0.23
Hex 10 64 29 54 0 3B 3D 8A 48 17
Octal 20 144 51 124 0 73 75 212 110 27
Binary 10000 1100100 101001 1010100 0 111011 111101 10001010 1001000 10111

Color Harmonies of #106429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106429

Black with #106429

Text Example


Text Example

White with #106429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106429; }

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

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

background-color css

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

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

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

border-color css

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

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

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