Html Css Color HEX #106629 Crusoe

📋 copy color: '#106629'

red 16 ◦ green 102 ◦ blue 41

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

Shades of Crusoe #106629

Tints of Crusoe #106629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 64.15%

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

R = 10.06%
G = 64.15%
B = 25.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#106629 (or 0x106629) is known color: Crusoe. HEX triplet: 10, 66 and 29. RGB value is (16,102,41). Sum of RGB (Red+Green+Blue) = 16+102+41=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #106629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106629 is #EF99D6. Grayscale: #454545. Windows color (decimal): -15702487 or 2713104. OLE color: 2713104.

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

Color convert

RGB 16 102 41 -
CMYK 0.84 0 0.60 0.6
HSL 137.44º 0.73% 0.23% -
HSV(B) 137.44º 0.84% 0.4% -
XYZ 5.37 9.77 3.7 -
YUV 69.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 16 102 41 0.84 0 0.60 0.6 137.44 0.73 0.23
Hex 10 66 29 54 0 3C 3C 89 49 17
Octal 20 146 51 124 0 74 74 211 111 27
Binary 10000 1100110 101001 1010100 0 111100 111100 10001001 1001001 10111

Color Harmonies of #106629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106629

Black with #106629

Text Example


Text Example

White with #106629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106629; }

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

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

background-color css

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

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

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

border-color css

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

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

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