#1D673A

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

Shades of Camarone #1D673A

Tints of Camarone #1D673A

Color information

#1D673A (or 0x1D673A) is unknown color: approx Camarone. HEX triplet: 1D, 67 and 3A. RGB value is (29,103,58). Sum of RGB (Red+Green+Blue) = 29+103+58=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #1D673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D673A is #E298C5. Grayscale: #4B4B4B. Windows color (decimal): -14850246 or 3827485. OLE color: 3827485.

HSL color Cylindrical-coordinate representation of color #1D673A: hue angle of 143.51º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D673A is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB2910358-
CMYK0.7200.440.60
HSL143.51º56.06%25.88%-
HSV(B)143.51º71.84%40.39%-
XYZ6.1210.275.66-
YUV75.74117.9894.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.26%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=15.26%
G=54.21%
B=30.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29103580.7200.440.60143.5156.0625.88
Hex1D673A4802C3C90381a
Octal3514772110054742207032
Binary111011100111111010100100001011001111001001000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,103,58); }

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

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

 a { background-color: rgb(29,103,58); }

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

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

 span { border-color: rgb(29,103,58); }

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