#15712C

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

Shades of Camarone #15712C

Tints of Camarone #15712C

Color information

#15712C (or 0x15712C) is unknown color: approx Camarone. HEX triplet: 15, 71 and 2C. RGB value is (21,113,44). Sum of RGB (Red+Green+Blue) = 21+113+44=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #15712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15712C is #EA8ED3. Grayscale: #4D4D4D. Windows color (decimal): -15371988 or 2912533. OLE color: 2912533.

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

Color convert

RGB2111344-
CMYK0.8100.610.56
HSL135º68.66%26.27%-
HSV(B)135º81.42%44.31%-
XYZ6.6712.154.38-
YUV77.63109.0287.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 113 (44.53% from 255) = 63.48%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=11.80%
G=63.48%
B=24.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21113440.8100.610.5613568.6626.27
Hex15712C5103D3887451a
Octal25161541210757020710532
Binary1010111100011011001010001011110111100010000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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