Html Css Color HEX #106529 Crusoe

📋 copy color: '#106529'

red 16 ◦ green 101 ◦ blue 41

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

Shades of Crusoe #106529

Tints of Crusoe #106529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.92%

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

R = 10.13%
G = 63.92%
B = 25.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#106529 (or 0x106529) is known color: Crusoe. HEX triplet: 10, 65 and 29. RGB value is (16,101,41). Sum of RGB (Red+Green+Blue) = 16+101+41=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #106529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106529 is #EF9AD6. Grayscale: #444444. Windows color (decimal): -15702743 or 2712848. OLE color: 2712848.

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

Color convert

RGB 16 101 41 -
CMYK 0.84 0 0.59 0.60
HSL 137.65º 0.73% 0.23% -
HSV(B) 137.65º 0.84% 0.4% -
XYZ 5.27 9.58 3.67 -
YUV 68.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 16 101 41 0.84 0 0.59 0.60 137.65 0.73 0.23
Hex 10 65 29 54 0 3B 3C 8A 49 17
Octal 20 145 51 124 0 73 74 212 111 27
Binary 10000 1100101 101001 1010100 0 111011 111100 10001010 1001001 10111

Color Harmonies of #106529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106529

Black with #106529

Text Example


Text Example

White with #106529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106529; }

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

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

background-color css

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

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

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

border-color css

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

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

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