#1F7539

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

Shades of Camarone #1F7539

Tints of Camarone #1F7539

Color information

#1F7539 (or 0x1F7539) is unknown color: approx Camarone. HEX triplet: 1F, 75 and 39. RGB value is (31,117,57). Sum of RGB (Red+Green+Blue) = 31+117+57=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7539 is #E08AC6. Grayscale: #545454. Windows color (decimal): -14715591 or 3765535. OLE color: 3765535.

HSL color Cylindrical-coordinate representation of color #1F7539: hue angle of 138.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7539 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB3111757-
CMYK0.7400.510.54
HSL138.14º58.11%29.02%-
HSV(B)138.14º73.5%45.88%-
XYZ7.6613.316.04-
YUV84.45112.5189.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=15.12%
G=57.07%
B=27.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31117570.7400.510.54138.1458.1129.02
Hex1F75394A033368a3a1d
Octal3716571112063662127235
Binary111111110101111001100101001100111101101000101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F7539; }

 p { color: rgb(31,117,57); }

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

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

 a { background-color: rgb(31,117,57); }

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

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

 span { border-color: rgb(31,117,57); }

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