#317044

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

Shades of Camarone #317044

Tints of Camarone #317044

Color information

#317044 (or 0x317044) is unknown color: approx Camarone. HEX triplet: 31, 70 and 44. RGB value is (49,112,68). Sum of RGB (Red+Green+Blue) = 49+112+68=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #317044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317044 is #CE8FBB. Grayscale: #585858. Windows color (decimal): -13537212 or 4485169. OLE color: 4485169.

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

Color convert

RGB4911268-
CMYK0.5600.390.56
HSL138.1º39.13%31.57%-
HSV(B)138.1º56.25%43.92%-
XYZ8.112.667.49-
YUV88.15116.63100.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=21.40%
G=48.91%
B=29.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112680.5600.390.56138.139.1331.57
Hex31704438027388a2720
Octal6116010470047702124740
Binary11000111100001000100111000010011111100010001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317044; }

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

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

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

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

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

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

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

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