Html Css Color HEX #106334 Crusoe

📋 copy color: '#106334'

red 16 ◦ green 99 ◦ blue 52

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

Shades of Crusoe #106334

Tints of Crusoe #106334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 9.58%
G = 59.28%
B = 31.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#106334 (or 0x106334) is known color: Crusoe. HEX triplet: 10, 63 and 34. RGB value is (16,99,52). Sum of RGB (Red+Green+Blue) = 16+99+52=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #106334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106334 is #EF9CCB. Grayscale: #444444. Windows color (decimal): -15703244 or 3433232. OLE color: 3433232.

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

Color convert

RGB 16 99 52 -
CMYK 0.84 0 0.47 0.61
HSL 146.02º 0.72% 0.23% -
HSV(B) 146.02º 0.84% 0.39% -
XYZ 5.3 9.28 4.76 -
YUV 68.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 16 99 52 0.84 0 0.47 0.61 146.02 0.72 0.23
Hex 10 63 34 54 0 2F 3D 92 48 17
Octal 20 143 64 124 0 57 75 222 110 27
Binary 10000 1100011 110100 1010100 0 101111 111101 10010010 1001000 10111

Color Harmonies of #106334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106334

Black with #106334

Text Example


Text Example

White with #106334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106334; }

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

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

background-color css

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

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

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

border-color css

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

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

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