#21713F

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

Shades of Camarone #21713F

Tints of Camarone #21713F

Color information

#21713F (or 0x21713F) is unknown color: approx Camarone. HEX triplet: 21, 71 and 3F. RGB value is (33,113,63). Sum of RGB (Red+Green+Blue) = 33+113+63=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #21713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21713F is #DE8EC0. Grayscale: #535353. Windows color (decimal): -14585537 or 4157729. OLE color: 4157729.

HSL color Cylindrical-coordinate representation of color #21713F: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21713F is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB3311363-
CMYK0.7100.440.56
HSL142.5º54.79%28.63%-
HSV(B)142.5º70.8%44.31%-
XYZ7.4312.496.72-
YUV83.38116.592.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 63 (25% from 255) = 30.14%
R=15.79%
G=54.07%
B=30.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113630.7100.440.56142.554.7928.63
Hex21713F4702C388e371d
Octal4116177107054702166735
Binary1000011110001111111100011101011001110001000111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21713F; }

 p { color: rgb(33,113,63); }

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

<style>
 a { background-color: #21713F; }

 a { background-color: rgb(33,113,63); }

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

<style>
 span { border-color: #21713F; }

 span { border-color: rgb(33,113,63); }

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