#127228

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

Shades of Camarone #127228

Tints of Camarone #127228

Color information

#127228 (or 0x127228) is unknown color: approx Camarone. HEX triplet: 12, 72 and 28. RGB value is (18,114,40). Sum of RGB (Red+Green+Blue) = 18+114+40=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #127228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127228 is #ED8DD7. Grayscale: #4D4D4D. Windows color (decimal): -15568344 or 2650642. OLE color: 2650642.

HSL color Cylindrical-coordinate representation of color #127228: hue angle of 133.75º 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 #127228 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1811440-
CMYK0.8400.650.55
HSL133.75º72.73%25.88%-
HSV(B)133.75º84.21%44.71%-
XYZ6.6512.324.03-
YUV76.86107.286.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=10.47%
G=66.28%
B=23.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114400.8400.650.55133.7572.7325.88
Hex127228540413786491a
Octal221625012401016720611132
Binary10010111001010100010101000100000111011110000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127228; }

 p { color: rgb(18,114,40); }

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

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

 a { background-color: rgb(18,114,40); }

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

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

 span { border-color: rgb(18,114,40); }

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