#137430

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

Shades of Camarone #137430

Tints of Camarone #137430

Color information

#137430 (or 0x137430) is unknown color: approx Camarone. HEX triplet: 13, 74 and 30. RGB value is (19,116,48). Sum of RGB (Red+Green+Blue) = 19+116+48=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #137430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137430 is #EC8BCF. Grayscale: #4F4F4F. Windows color (decimal): -15502288 or 3175443. OLE color: 3175443.

HSL color Cylindrical-coordinate representation of color #137430: hue angle of 137.94º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137430 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1911648-
CMYK0.8400.590.55
HSL137.94º71.85%26.47%-
HSV(B)137.94º83.62%45.49%-
XYZ7.0512.844.9-
YUV79.24110.3685.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 116 (45.70% from 255) = 63.39%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=10.38%
G=63.39%
B=26.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116480.8400.590.55137.9471.8526.47
Hex1374305403B378a481a
Octal23164601240736721211032
Binary1001111101001100001010100011101111011110001010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137430; }

 p { color: rgb(19,116,48); }

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

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

 a { background-color: rgb(19,116,48); }

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

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

 span { border-color: rgb(19,116,48); }

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