#317242

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

Shades of Camarone #317242

Tints of Camarone #317242

Color information

#317242 (or 0x317242) is unknown color: approx Camarone. HEX triplet: 31, 72 and 42. RGB value is (49,114,66). Sum of RGB (Red+Green+Blue) = 49+114+66=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #317242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317242 is #CE8DBD. Grayscale: #595959. Windows color (decimal): -13536702 or 4354609. OLE color: 4354609.

HSL color Cylindrical-coordinate representation of color #317242: hue angle of 135.69º 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 #317242 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB4911466-
CMYK0.5700.420.55
HSL135.69º39.88%31.96%-
HSV(B)135.69º57.02%44.71%-
XYZ8.2713.087.24-
YUV89.09114.9799.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=21.40%
G=49.78%
B=28.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114660.5700.420.55135.6939.8831.96
Hex3172423902A37882820
Octal6116210271052672105040
Binary11000111100101000010111001010101011011110001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317242; }

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

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

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

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

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

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

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

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