#1F6237

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

Shades of Camarone #1F6237

Tints of Camarone #1F6237

Color information

#1F6237 (or 0x1F6237) is unknown color: approx Camarone. HEX triplet: 1F, 62 and 37. RGB value is (31,98,55). Sum of RGB (Red+Green+Blue) = 31+98+55=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6237 is #E09DC8. Grayscale: #494949. Windows color (decimal): -14720457 or 3629599. OLE color: 3629599.

HSL color Cylindrical-coordinate representation of color #1F6237: hue angle of 141.49º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6237 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB319855-
CMYK0.6800.440.62
HSL141.49º51.94%25.29%-
HSV(B)141.49º68.37%38.43%-
XYZ5.629.35.11-
YUV73.06117.898-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=16.85%
G=53.26%
B=29.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198550.6800.440.62141.4951.9425.29
Hex1F62374402C3E8d3419
Octal3714267104054762156431
Binary111111100010110111100010001011001111101000110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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