#137526

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

Shades of Camarone #137526

Tints of Camarone #137526

Color information

#137526 (or 0x137526) is unknown color: approx Camarone. HEX triplet: 13, 75 and 26. RGB value is (19,117,38). Sum of RGB (Red+Green+Blue) = 19+117+38=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #137526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137526 is #EC8AD9. Grayscale: #4E4E4E. Windows color (decimal): -15502042 or 2520339. OLE color: 2520339.

HSL color Cylindrical-coordinate representation of color #137526: hue angle of 131.63º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137526 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1911738-
CMYK0.8400.680.54
HSL131.63º72.06%26.67%-
HSV(B)131.63º83.76%45.88%-
XYZ6.98133.98-
YUV78.69105.0385.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=10.92%
G=67.24%
B=21.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117380.8400.680.54131.6372.0626.67
Hex137526540443684481b
Octal231654612401046620411033
Binary10011111010110011010101000100010011011010000100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137526; }

 p { color: rgb(19,117,38); }

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

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

 a { background-color: rgb(19,117,38); }

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

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

 span { border-color: rgb(19,117,38); }

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