#127630

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

Shades of Camarone #127630

Tints of Camarone #127630

Color information

#127630 (or 0x127630) is unknown color: approx Camarone. HEX triplet: 12, 76 and 30. RGB value is (18,118,48). Sum of RGB (Red+Green+Blue) = 18+118+48=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #127630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127630 is #ED89CF. Grayscale: #505050. Windows color (decimal): -15567312 or 3175954. OLE color: 3175954.

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

Color convert

RGB1811848-
CMYK0.8500.590.54
HSL138º73.53%26.67%-
HSV(B)138º84.75%46.27%-
XYZ7.2613.34.98-
YUV80.12109.8783.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 118 (46.48% from 255) = 64.13%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=9.78%
G=64.13%
B=26.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118480.8500.590.5413873.5326.67
Hex1276305503B368a4a1b
Octal22166601250736621211233
Binary1001011101101100001010101011101111011010001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127630; }

 p { color: rgb(18,118,48); }

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

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

 a { background-color: rgb(18,118,48); }

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

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

 span { border-color: rgb(18,118,48); }

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