Html Css Color HEX #106329 Crusoe

📋 copy color: '#106329'

red 16 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #106329

Tints of Crusoe #106329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.46%

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

R = 10.26%
G = 63.46%
B = 26.28%

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

#106329 (or 0x106329) is known color: Crusoe. HEX triplet: 10, 63 and 29. RGB value is (16,99,41). Sum of RGB (Red+Green+Blue) = 16+99+41=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #106329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106329 is #EF9CD6. Grayscale: #434343. Windows color (decimal): -15703255 or 2712336. OLE color: 2712336.

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

Color convert

RGB 16 99 41 -
CMYK 0.84 0 0.59 0.61
HSL 138.07º 0.72% 0.23% -
HSV(B) 138.07º 0.84% 0.39% -
XYZ 5.08 9.19 3.6 -
YUV 67.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 16 99 41 0.84 0 0.59 0.61 138.07 0.72 0.23
Hex 10 63 29 54 0 3B 3D 8A 48 17
Octal 20 143 51 124 0 73 75 212 110 27
Binary 10000 1100011 101001 1010100 0 111011 111101 10001010 1001000 10111

Color Harmonies of #106329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106329

Black with #106329

Text Example


Text Example

White with #106329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106329; }

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

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

background-color css

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

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

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

border-color css

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

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

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