#137229

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

Shades of Camarone #137229

Tints of Camarone #137229

Color information

#137229 (or 0x137229) is unknown color: approx Camarone. HEX triplet: 13, 72 and 29. RGB value is (19,114,41). Sum of RGB (Red+Green+Blue) = 19+114+41=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #137229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137229 is #EC8DD6. Grayscale: #4D4D4D. Windows color (decimal): -15502807 or 2716179. OLE color: 2716179.

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

Color convert

RGB1911441-
CMYK0.8300.640.55
HSL133.89º71.43%26.08%-
HSV(B)133.89º83.33%44.71%-
XYZ6.6912.334.13-
YUV77.27107.5386.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 114 (44.92% from 255) = 65.52%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=10.92%
G=65.52%
B=23.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114410.8300.640.55133.8971.4326.08
Hex137229530403786471a
Octal231625112301006720610732
Binary10011111001010100110100110100000011011110000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137229; }

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

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

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

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

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

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

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

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