#10742E

Color #10742E Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #10742E

Tints of Camarone #10742E

Color information

#10742E (or 0x10742E) is unknown color: approx Camarone. HEX triplet: 10, 74 and 2E. RGB value is (16,116,46). Sum of RGB (Red+Green+Blue) = 16+116+46=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #10742E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10742E is #EF8BD1. Grayscale: #4E4E4E. Windows color (decimal): -15698898 or 3044368. OLE color: 3044368.

HSL color Cylindrical-coordinate representation of color #10742E: hue angle of 138º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10742E is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1611646-
CMYK0.8600.600.55
HSL138º75.76%25.88%-
HSV(B)138º86.21%45.49%-
XYZ6.9512.84.69-
YUV78.12109.8783.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 116 (45.70% from 255) = 65.17%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=8.99%
G=65.17%
B=25.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116460.8600.600.5513875.7625.88
Hex10742E5603C378a4c1a
Octal20164561260746721211432
Binary1000011101001011101010110011110011011110001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10742E; }

 p { color: rgb(16,116,46); }

 H1.HeaderClassName
 {
   color: #10742E;
 }
 .AnyTagClassName
 {
   color: #10742E;
 }
</style>
background-color css

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

 a { background-color: rgb(16,116,46); }

 div.DivClassName
 {
   background-color: #10742E;
 }
 .BgClassName
 {
   background-color: #10742E;
 }
</style>
border-color css

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

 span { border-color: rgb(16,116,46); }

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