Html Css Color HEX #106320 Crusoe

📋 copy color: '#106320'

red 16 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #106320

Tints of Crusoe #106320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 10.88%
G = 67.35%
B = 21.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#106320 (or 0x106320) is known color: Crusoe. HEX triplet: 10, 63 and 20. RGB value is (16,99,32). Sum of RGB (Red+Green+Blue) = 16+99+32=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #106320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106320 is #EF9CDF. Grayscale: #424242. Windows color (decimal): -15703264 or 2122512. OLE color: 2122512.

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

Color convert

RGB 16 99 32 -
CMYK 0.84 0 0.68 0.61
HSL 131.57º 0.72% 0.23% -
HSV(B) 131.57º 0.84% 0.39% -
XYZ 4.94 9.14 2.87 -
YUV 66.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 16 99 32 0.84 0 0.68 0.61 131.57 0.72 0.23
Hex 10 63 20 54 0 44 3D 84 48 17
Octal 20 143 40 124 0 104 75 204 110 27
Binary 10000 1100011 100000 1010100 0 1000100 111101 10000100 1001000 10111

Color Harmonies of #106320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106320

Black with #106320

Text Example


Text Example

White with #106320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106320; }

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

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

background-color css

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

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

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

border-color css

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

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

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