#127335

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

Shades of Camarone #127335

Tints of Camarone #127335

Color information

#127335 (or 0x127335) is unknown color: approx Camarone. HEX triplet: 12, 73 and 35. RGB value is (18,115,53). Sum of RGB (Red+Green+Blue) = 18+115+53=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #127335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127335 is #ED8CCA. Grayscale: #4F4F4F. Windows color (decimal): -15568075 or 3502866. OLE color: 3502866.

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

Color convert

RGB1811553-
CMYK0.8400.540.55
HSL141.65º72.93%26.08%-
HSV(B)141.65º84.35%45.1%-
XYZ7.0212.655.44-
YUV78.93113.3684.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 115 (45.31% from 255) = 61.83%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=9.68%
G=61.83%
B=28.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115530.8400.540.55141.6572.9326.08
Hex12733554036378e491a
Octal22163651240666721611132
Binary1001011100111101011010100011011011011110001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127335; }

 p { color: rgb(18,115,53); }

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

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

 a { background-color: rgb(18,115,53); }

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

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

 span { border-color: rgb(18,115,53); }

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