#15682A

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

Shades of Camarone #15682A

Tints of Camarone #15682A

Color information

#15682A (or 0x15682A) is unknown color: approx Camarone. HEX triplet: 15, 68 and 2A. RGB value is (21,104,42). Sum of RGB (Red+Green+Blue) = 21+104+42=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #15682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15682A is #EA97D5. Grayscale: #484848. Windows color (decimal): -15374294 or 2779157. OLE color: 2779157.

HSL color Cylindrical-coordinate representation of color #15682A: hue angle of 135.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15682A is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB2110442-
CMYK0.8000.600.59
HSL135.18º66.4%24.51%-
HSV(B)135.18º79.81%40.78%-
XYZ5.6810.233.87-
YUV72.1111191.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=12.57%
G=62.28%
B=25.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104420.8000.600.59135.1866.424.51
Hex15682A5003C3B874219
Octal25150521200747320710231
Binary1010111010001010101010000011110011101110000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15682A; }

 p { color: rgb(21,104,42); }

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

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

 a { background-color: rgb(21,104,42); }

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

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

 span { border-color: rgb(21,104,42); }

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