#137B29

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

Shades of Camarone #137B29

Tints of Camarone #137B29

Color information

#137B29 (or 0x137B29) is unknown color: approx Camarone. HEX triplet: 13, 7B and 29. RGB value is (19,123,41). Sum of RGB (Red+Green+Blue) = 19+123+41=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 123 (48.44% from 255 or 67.21% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 123 - color contains mainly: green. Hex color #137B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B29 is #EC84D6. Grayscale: #525252. Windows color (decimal): -15500503 or 2718483. OLE color: 2718483.

HSL color Cylindrical-coordinate representation of color #137B29: hue angle of 132.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B29 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1912341-
CMYK0.8500.670.52
HSL132.69º73.24%27.84%-
HSV(B)132.69º84.55%48.24%-
XYZ7.7514.464.48-
YUV82.56104.5482.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 123 (48.44% from 255) = 67.21%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=10.38%
G=67.21%
B=22.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123410.8500.670.52132.6973.2427.84
Hex137B29550433485491c
Octal231735112501036420511134
Binary10011111101110100110101010100001111010010000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137B29; }

 p { color: rgb(19,123,41); }

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

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

 a { background-color: rgb(19,123,41); }

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

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

 span { border-color: rgb(19,123,41); }

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