#20683B

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

Shades of Camarone #20683B

Tints of Camarone #20683B

Color information

#20683B (or 0x20683B) is unknown color: approx Camarone. HEX triplet: 20, 68 and 3B. RGB value is (32,104,59). Sum of RGB (Red+Green+Blue) = 32+104+59=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #20683B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20683B is #DF97C4. Grayscale: #4D4D4D. Windows color (decimal): -14653381 or 3893280. OLE color: 3893280.

HSL color Cylindrical-coordinate representation of color #20683B: hue angle of 142.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20683B is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB3210459-
CMYK0.6900.430.59
HSL142.5º52.94%26.67%-
HSV(B)142.5º69.23%40.78%-
XYZ6.3410.525.83-
YUV77.34117.6595.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=16.41%
G=53.33%
B=30.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104590.6900.430.59142.552.9426.67
Hex20683B4502B3B8e351b
Octal4015073105053732166533
Binary1000001101000111011100010101010111110111000111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20683B; }

 p { color: rgb(32,104,59); }

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

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

 a { background-color: rgb(32,104,59); }

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

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

 span { border-color: rgb(32,104,59); }

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