Html Css Color HEX #106A28 Crusoe

📋 copy color: '#106A28'

red 16 ◦ green 106 ◦ blue 40

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

Shades of Crusoe #106A28

Tints of Crusoe #106A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 65.43%

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

R = 9.88%
G = 65.43%
B = 24.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#106A28 (or 0x106A28) is known color: Crusoe. HEX triplet: 10, 6A and 28. RGB value is (16,106,40). Sum of RGB (Red+Green+Blue) = 16+106+40=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #106A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A28 is #EF95D7. Grayscale: #474747. Windows color (decimal): -15701464 or 2648592. OLE color: 2648592.

HSL color Cylindrical-coordinate representation of color #106A28: hue angle of 136º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A28 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 106 40 -
CMYK 0.85 0 0.62 0.58
HSL 136º 0.74% 0.24% -
HSV(B) 136º 0.85% 0.42% -
XYZ 5.75 10.57 3.74 -
YUV 71.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 16 106 40 0.85 0 0.62 0.58 136 0.74 0.24
Hex 10 6A 28 55 0 3E 3A 88 4A 18
Octal 20 152 50 125 0 76 72 210 112 30
Binary 10000 1101010 101000 1010101 0 111110 111010 10001000 1001010 11000

Color Harmonies of #106A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A28

Black with #106A28

Text Example


Text Example

White with #106A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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