#1F6437

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

Shades of Camarone #1F6437

Tints of Camarone #1F6437

Color information

#1F6437 (or 0x1F6437) is unknown color: approx Camarone. HEX triplet: 1F, 64 and 37. RGB value is (31,100,55). Sum of RGB (Red+Green+Blue) = 31+100+55=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6437 is #E09BC8. Grayscale: #4A4A4A. Windows color (decimal): -14719945 or 3630111. OLE color: 3630111.

HSL color Cylindrical-coordinate representation of color #1F6437: hue angle of 140.87º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6437 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB3110055-
CMYK0.6900.450.61
HSL140.87º52.67%25.69%-
HSV(B)140.87º69%39.22%-
XYZ5.819.685.18-
YUV74.24117.1497.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 100 (39.45% from 255) = 53.76%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=16.67%
G=53.76%
B=29.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31100550.6900.450.61140.8752.6725.69
Hex1F64374502D3D8d351a
Octal3714467105055752156532
Binary111111100100110111100010101011011111011000110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,55); }

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

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

 a { background-color: rgb(31,100,55); }

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

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

 span { border-color: rgb(31,100,55); }

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