#20713C

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

Shades of Camarone #20713C

Tints of Camarone #20713C

Color information

#20713C (or 0x20713C) is unknown color: approx Camarone. HEX triplet: 20, 71 and 3C. RGB value is (32,113,60). Sum of RGB (Red+Green+Blue) = 32+113+60=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #20713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20713C is #DF8EC3. Grayscale: #525252. Windows color (decimal): -14651076 or 3961120. OLE color: 3961120.

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

Color convert

RGB3211360-
CMYK0.7200.470.56
HSL140.74º55.86%28.43%-
HSV(B)140.74º71.68%44.31%-
XYZ7.3212.446.29-
YUV82.74115.1691.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=15.61%
G=55.12%
B=29.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113600.7200.470.56140.7455.8628.43
Hex20713C4802F388d381c
Octal4016174110057702157034
Binary1000001110001111100100100001011111110001000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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