#12712C

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

Shades of Camarone #12712C

Tints of Camarone #12712C

Color information

#12712C (or 0x12712C) is unknown color: approx Camarone. HEX triplet: 12, 71 and 2C. RGB value is (18,113,44). Sum of RGB (Red+Green+Blue) = 18+113+44=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #12712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12712C is #ED8ED3. Grayscale: #4C4C4C. Windows color (decimal): -15568596 or 2912530. OLE color: 2912530.

HSL color Cylindrical-coordinate representation of color #12712C: hue angle of 136.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12712C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1811344-
CMYK0.8400.610.56
HSL136.42º72.52%25.69%-
HSV(B)136.42º84.07%44.31%-
XYZ6.6112.124.37-
YUV76.73109.5386.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 113 (44.53% from 255) = 64.57%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=10.29%
G=64.57%
B=25.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113440.8400.610.56136.4272.5225.69
Hex12712C5403D3888491a
Octal22161541240757021011132
Binary1001011100011011001010100011110111100010001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12712C; }

 p { color: rgb(18,113,44); }

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

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

 a { background-color: rgb(18,113,44); }

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

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

 span { border-color: rgb(18,113,44); }

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