#20713B

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

Shades of Camarone #20713B

Tints of Camarone #20713B

Color information

#20713B (or 0x20713B) is unknown color: approx Camarone. HEX triplet: 20, 71 and 3B. RGB value is (32,113,59). Sum of RGB (Red+Green+Blue) = 32+113+59=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #20713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20713B is #DF8EC4. Grayscale: #525252. Windows color (decimal): -14651077 or 3895584. OLE color: 3895584.

HSL color Cylindrical-coordinate representation of color #20713B: hue angle of 140º 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 #20713B is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB3211359-
CMYK0.7200.480.56
HSL140º55.86%28.43%-
HSV(B)140º71.68%44.31%-
XYZ7.2912.436.15-
YUV82.62114.6691.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=15.69%
G=55.39%
B=28.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113590.7200.480.5614055.8628.43
Hex20713B48030388c381c
Octal4016173110060702147034
Binary1000001110001111011100100001100001110001000110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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