#217137

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

Shades of Camarone #217137

Tints of Camarone #217137

Color information

#217137 (or 0x217137) is unknown color: approx Camarone. HEX triplet: 21, 71 and 37. RGB value is (33,113,55). Sum of RGB (Red+Green+Blue) = 33+113+55=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #217137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217137 is #DE8EC8. Grayscale: #525252. Windows color (decimal): -14585545 or 3633441. OLE color: 3633441.

HSL color Cylindrical-coordinate representation of color #217137: hue angle of 136.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 #217137 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB3311355-
CMYK0.7100.510.56
HSL136.5º54.79%28.63%-
HSV(B)136.5º70.8%44.31%-
XYZ7.2212.415.63-
YUV82.47112.592.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=16.42%
G=56.22%
B=27.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113550.7100.510.56136.554.7928.63
Hex217137470333888371d
Octal4116167107063702106735
Binary1000011110001110111100011101100111110001000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217137; }

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

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

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

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

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

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

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

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