Html Css Color HEX #106041 Jewel

📋 copy color: '#106041'

red 16 ◦ green 96 ◦ blue 65

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

Shades of Jewel #106041

Tints of Jewel #106041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.24%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 9.04%
G = 54.24%
B = 36.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#106041 (or 0x106041) is known color: Jewel. HEX triplet: 10, 60 and 41. RGB value is (16,96,65). Sum of RGB (Red+Green+Blue) = 16+96+65=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #106041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106041 is #EF9FBE. Grayscale: #444444. Windows color (decimal): -15703999 or 4284432. OLE color: 4284432.

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

Color convert

RGB 16 96 65 -
CMYK 0.83 0 0.32 0.62
HSL 156.75º 0.71% 0.22% -
HSV(B) 156.75º 0.83% 0.38% -
XYZ 5.35 8.86 6.43 -
YUV 68.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 16 96 65 0.83 0 0.32 0.62 156.75 0.71 0.22
Hex 10 60 41 53 0 20 3E 9D 47 16
Octal 20 140 101 123 0 40 76 235 107 26
Binary 10000 1100000 1000001 1010011 0 100000 111110 10011101 1000111 10110

Color Harmonies of #106041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106041

Black with #106041

Text Example


Text Example

White with #106041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106041; }

 p { color: rgb(16,96,65); }

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

background-color css

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

 a { background-color: rgb(16,96,65); }

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

border-color css

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

 span { border-color: rgb(16,96,65); }

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