#1F6E35

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

Shades of Camarone #1F6E35

Tints of Camarone #1F6E35

Color information

#1F6E35 (or 0x1F6E35) is unknown color: approx Camarone. HEX triplet: 1F, 6E and 35. RGB value is (31,110,53). Sum of RGB (Red+Green+Blue) = 31+110+53=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6E35 is #E091CA. Grayscale: #505050. Windows color (decimal): -14717387 or 3501599. OLE color: 3501599.

HSL color Cylindrical-coordinate representation of color #1F6E35: hue angle of 136.71º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6E35 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB3111053-
CMYK0.7200.520.57
HSL136.71º56.03%27.65%-
HSV(B)136.71º71.82%43.14%-
XYZ6.7811.75.27-
YUV79.88112.8393.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=15.98%
G=56.70%
B=27.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31110530.7200.520.57136.7156.0327.65
Hex1F6E35480343989381c
Octal3715665110064712117034
Binary111111101110110101100100001101001110011000100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,110,53); }

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

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

 a { background-color: rgb(31,110,53); }

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

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

 span { border-color: rgb(31,110,53); }

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