Html Css Color HEX #106328 Crusoe

📋 copy color: '#106328'

red 16 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #106328

Tints of Crusoe #106328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 10.32%
G = 63.87%
B = 25.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#106328 (or 0x106328) is known color: Crusoe. HEX triplet: 10, 63 and 28. RGB value is (16,99,40). Sum of RGB (Red+Green+Blue) = 16+99+40=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #106328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106328 is #EF9CD7. Grayscale: #434343. Windows color (decimal): -15703256 or 2646800. OLE color: 2646800.

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

Color convert

RGB 16 99 40 -
CMYK 0.84 0 0.60 0.61
HSL 137.35º 0.72% 0.23% -
HSV(B) 137.35º 0.84% 0.39% -
XYZ 5.06 9.19 3.51 -
YUV 67.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 16 99 40 0.84 0 0.60 0.61 137.35 0.72 0.23
Hex 10 63 28 54 0 3C 3D 89 48 17
Octal 20 143 50 124 0 74 75 211 110 27
Binary 10000 1100011 101000 1010100 0 111100 111101 10001001 1001000 10111

Color Harmonies of #106328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106328

Black with #106328

Text Example


Text Example

White with #106328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106328; }

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

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

background-color css

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

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

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

border-color css

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

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

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