#136F35

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

Shades of Camarone #136F35

Tints of Camarone #136F35

Color information

#136F35 (or 0x136F35) is unknown color: approx Camarone. HEX triplet: 13, 6F and 35. RGB value is (19,111,53). Sum of RGB (Red+Green+Blue) = 19+111+53=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #136F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F35 is #EC90CA. Grayscale: #4D4D4D. Windows color (decimal): -15503563 or 3501843. OLE color: 3501843.

HSL color Cylindrical-coordinate representation of color #136F35: hue angle of 142.17º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F35 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1911153-
CMYK0.8300.520.56
HSL142.17º70.77%25.49%-
HSV(B)142.17º82.88%43.53%-
XYZ6.611.765.29-
YUV76.88114.5286.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 111 (43.75% from 255) = 60.66%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=10.38%
G=60.66%
B=28.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111530.8300.520.56142.1770.7725.49
Hex136F3553034388e4719
Octal23157651230647021610731
Binary1001111011111101011010011011010011100010001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F35; }

 p { color: rgb(19,111,53); }

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

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

 a { background-color: rgb(19,111,53); }

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

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

 span { border-color: rgb(19,111,53); }

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