#20713D

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

Shades of Camarone #20713D

Tints of Camarone #20713D

Color information

#20713D (or 0x20713D) is unknown color: approx Camarone. HEX triplet: 20, 71 and 3D. RGB value is (32,113,61). Sum of RGB (Red+Green+Blue) = 32+113+61=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #20713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20713D is #DF8EC2. Grayscale: #525252. Windows color (decimal): -14651075 or 4026656. OLE color: 4026656.

HSL color Cylindrical-coordinate representation of color #20713D: hue angle of 141.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20713D is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB3211361-
CMYK0.7200.460.56
HSL141.48º55.86%28.43%-
HSV(B)141.48º71.68%44.31%-
XYZ7.3412.456.43-
YUV82.85115.6691.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=15.53%
G=54.85%
B=29.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113610.7200.460.56141.4855.8628.43
Hex20713D4802E388d381c
Octal4016175110056702157034
Binary1000001110001111101100100001011101110001000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20713D; }

 p { color: rgb(32,113,61); }

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

<style>
 a { background-color: #20713D; }

 a { background-color: rgb(32,113,61); }

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

<style>
 span { border-color: #20713D; }

 span { border-color: rgb(32,113,61); }

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