Html Css Color HEX #106229 Crusoe

📋 copy color: '#106229'

red 16 ◦ green 98 ◦ blue 41

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

Shades of Crusoe #106229

Tints of Crusoe #106229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 63.23%

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

R = 10.32%
G = 63.23%
B = 26.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#106229 (or 0x106229) is known color: Crusoe. HEX triplet: 10, 62 and 29. RGB value is (16,98,41). Sum of RGB (Red+Green+Blue) = 16+98+41=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #106229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106229 is #EF9DD6. Grayscale: #434343. Windows color (decimal): -15703511 or 2712080. OLE color: 2712080.

HSL color Cylindrical-coordinate representation of color #106229: hue angle of 138.29º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106229 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 41 -
CMYK 0.84 0 0.58 0.62
HSL 138.29º 0.72% 0.22% -
HSV(B) 138.29º 0.84% 0.38% -
XYZ 4.98 9.01 3.57 -
YUV 66.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 16 98 41 0.84 0 0.58 0.62 138.29 0.72 0.22
Hex 10 62 29 54 0 3A 3E 8A 48 16
Octal 20 142 51 124 0 72 76 212 110 26
Binary 10000 1100010 101001 1010100 0 111010 111110 10001010 1001000 10110

Color Harmonies of #106229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106229

Black with #106229

Text Example


Text Example

White with #106229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106229; }

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

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

background-color css

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

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

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

border-color css

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

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

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