#317042

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

Shades of Camarone #317042

Tints of Camarone #317042

Color information

#317042 (or 0x317042) is unknown color: approx Camarone. HEX triplet: 31, 70 and 42. RGB value is (49,112,66). Sum of RGB (Red+Green+Blue) = 49+112+66=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #317042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317042 is #CE8FBD. Grayscale: #585858. Windows color (decimal): -13537214 or 4354097. OLE color: 4354097.

HSL color Cylindrical-coordinate representation of color #317042: hue angle of 136.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317042 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB4911266-
CMYK0.5600.410.56
HSL136.19º39.13%31.57%-
HSV(B)136.19º56.25%43.92%-
XYZ8.0412.637.17-
YUV87.92115.63100.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=21.59%
G=49.34%
B=29.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112660.5600.410.56136.1939.1331.57
Hex3170423802938882720
Octal6116010270051702104740
Binary11000111100001000010111000010100111100010001000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317042; }

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

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

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

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

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

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

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

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