#317342

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

Shades of Camarone #317342

Tints of Camarone #317342

Color information

#317342 (or 0x317342) is unknown color: approx Camarone. HEX triplet: 31, 73 and 42. RGB value is (49,115,66). Sum of RGB (Red+Green+Blue) = 49+115+66=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #317342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317342 is #CE8CBD. Grayscale: #595959. Windows color (decimal): -13536446 or 4354865. OLE color: 4354865.

HSL color Cylindrical-coordinate representation of color #317342: hue angle of 135.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317342 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB4911566-
CMYK0.5700.430.55
HSL135.45º40.24%32.16%-
HSV(B)135.45º57.39%45.1%-
XYZ8.3813.317.28-
YUV89.68114.6398.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=21.30%
G=50%
B=28.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115660.5700.430.55135.4540.2432.16
Hex3173423902B37872820
Octal6116310271053672075040
Binary11000111100111000010111001010101111011110000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317342; }

 p { color: rgb(49,115,66); }

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

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

 a { background-color: rgb(49,115,66); }

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

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

 span { border-color: rgb(49,115,66); }

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