Html Css Color HEX #106348 Jewel

📋 copy color: '#106348'

red 16 ◦ green 99 ◦ blue 72

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

Shades of Jewel #106348

Tints of Jewel #106348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 8.56%
G = 52.94%
B = 38.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#106348 (or 0x106348) is known color: Jewel. HEX triplet: 10, 63 and 48. RGB value is (16,99,72). Sum of RGB (Red+Green+Blue) = 16+99+72=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #106348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106348 is #EF9CB7. Grayscale: #474747. Windows color (decimal): -15703224 or 4743952. OLE color: 4743952.

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

Color convert

RGB 16 99 72 -
CMYK 0.84 0 0.27 0.61
HSL 160.48º 0.72% 0.23% -
HSV(B) 160.48º 0.84% 0.39% -
XYZ 5.85 9.5 7.66 -
YUV 71.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 16 99 72 0.84 0 0.27 0.61 160.48 0.72 0.23
Hex 10 63 48 54 0 1B 3D A0 48 17
Octal 20 143 110 124 0 33 75 240 110 27
Binary 10000 1100011 1001000 1010100 0 11011 111101 10100000 1001000 10111

Color Harmonies of #106348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106348

Black with #106348

Text Example


Text Example

White with #106348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106348; }

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

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

background-color css

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

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

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

border-color css

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

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

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