#1F5F34

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

Shades of Camarone #1F5F34

Tints of Camarone #1F5F34

Color information

#1F5F34 (or 0x1F5F34) is unknown color: approx Camarone. HEX triplet: 1F, 5F and 34. RGB value is (31,95,52). Sum of RGB (Red+Green+Blue) = 31+95+52=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F34 is #E0A0CB. Grayscale: #474747. Windows color (decimal): -14721228 or 3432223. OLE color: 3432223.

HSL color Cylindrical-coordinate representation of color #1F5F34: hue angle of 139.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F34 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB319552-
CMYK0.6700.450.63
HSL139.69º50.79%24.71%-
HSV(B)139.69º67.37%37.25%-
XYZ5.288.724.65-
YUV70.96117.399.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 95 (37.5% from 255) = 53.37%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=17.42%
G=53.37%
B=29.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195520.6700.450.63139.6950.7924.71
Hex1F5F344302D3F8c3319
Octal3713764103055772146331
Binary111111011111110100100001101011011111111000110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,52); }

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

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

 a { background-color: rgb(31,95,52); }

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

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

 span { border-color: rgb(31,95,52); }

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