#20713E

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

Shades of Camarone #20713E

Tints of Camarone #20713E

Color information

#20713E (or 0x20713E) is unknown color: approx Camarone. HEX triplet: 20, 71 and 3E. RGB value is (32,113,62). Sum of RGB (Red+Green+Blue) = 32+113+62=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #20713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20713E is #DF8EC1. Grayscale: #535353. Windows color (decimal): -14651074 or 4092192. OLE color: 4092192.

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

Color convert

RGB3211362-
CMYK0.7200.450.56
HSL142.22º55.86%28.43%-
HSV(B)142.22º71.68%44.31%-
XYZ7.3712.476.57-
YUV82.97116.1691.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=15.46%
G=54.59%
B=29.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113620.7200.450.56142.2255.8628.43
Hex20713E4802D388e381c
Octal4016176110055702167034
Binary1000001110001111110100100001011011110001000111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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