Html Css Color HEX #106326 Crusoe

📋 copy color: '#106326'

red 16 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #106326

Tints of Crusoe #106326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 10.46%
G = 64.71%
B = 24.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#106326 (or 0x106326) is known color: Crusoe. HEX triplet: 10, 63 and 26. RGB value is (16,99,38). Sum of RGB (Red+Green+Blue) = 16+99+38=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #106326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106326 is #EF9CD9. Grayscale: #434343. Windows color (decimal): -15703258 or 2515728. OLE color: 2515728.

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

Color convert

RGB 16 99 38 -
CMYK 0.84 0 0.62 0.61
HSL 135.9º 0.72% 0.23% -
HSV(B) 135.9º 0.84% 0.39% -
XYZ 5.03 9.17 3.34 -
YUV 67.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 16 99 38 0.84 0 0.62 0.61 135.9 0.72 0.23
Hex 10 63 26 54 0 3E 3D 88 48 17
Octal 20 143 46 124 0 76 75 210 110 27
Binary 10000 1100011 100110 1010100 0 111110 111101 10001000 1001000 10111

Color Harmonies of #106326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106326

Black with #106326

Text Example


Text Example

White with #106326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106326; }

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

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

background-color css

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

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

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

border-color css

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

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

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