#1F753B

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

Shades of Camarone #1F753B

Tints of Camarone #1F753B

Color information

#1F753B (or 0x1F753B) is unknown color: approx Camarone. HEX triplet: 1F, 75 and 3B. RGB value is (31,117,59). Sum of RGB (Red+Green+Blue) = 31+117+59=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #1F753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F753B is #E08AC4. Grayscale: #545454. Windows color (decimal): -14715589 or 3896607. OLE color: 3896607.

HSL color Cylindrical-coordinate representation of color #1F753B: hue angle of 139.53º 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 #1F753B is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB3111759-
CMYK0.7400.500.54
HSL139.53º58.11%29.02%-
HSV(B)139.53º73.5%45.88%-
XYZ7.7213.336.3-
YUV84.67113.5189.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=14.98%
G=56.52%
B=28.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31117590.7400.500.54139.5358.1129.02
Hex1F753B4A032368c3a1d
Octal3716573112062662147235
Binary111111110101111011100101001100101101101000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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