#136B22

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

Shades of Camarone #136B22

Tints of Camarone #136B22

Color information

#136B22 (or 0x136B22) is unknown color: approx Camarone. HEX triplet: 13, 6B and 22. RGB value is (19,107,34). Sum of RGB (Red+Green+Blue) = 19+107+34=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #136B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B22 is #EC94DD. Grayscale: #484848. Windows color (decimal): -15504606 or 2255635. OLE color: 2255635.

HSL color Cylindrical-coordinate representation of color #136B22: hue angle of 130.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B22 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB1910734-
CMYK0.8200.680.58
HSL130.23º69.84%24.71%-
HSV(B)130.23º82.24%41.96%-
XYZ5.8110.773.29-
YUV72.37106.3589.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 107 (42.19% from 255) = 66.88%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=11.88%
G=66.88%
B=21.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107340.8200.680.58130.2369.8424.71
Hex136B22520443A824619
Octal231534212201047220210631
Binary10011110101110001010100100100010011101010000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,34); }

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

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

 a { background-color: rgb(19,107,34); }

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

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

 span { border-color: rgb(19,107,34); }

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