#127B35

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

Shades of Camarone #127B35

Tints of Camarone #127B35

Color information

#127B35 (or 0x127B35) is unknown color: approx Camarone. HEX triplet: 12, 7B and 35. RGB value is (18,123,53). Sum of RGB (Red+Green+Blue) = 18+123+53=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #127B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B35 is #ED84CA. Grayscale: #535353. Windows color (decimal): -15566027 or 3504914. OLE color: 3504914.

HSL color Cylindrical-coordinate representation of color #127B35: hue angle of 140º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B35 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1812353-
CMYK0.8500.570.52
HSL140º74.47%27.65%-
HSV(B)140º85.37%48.24%-
XYZ7.9814.555.76-
YUV83.62110.7181.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 123 (48.44% from 255) = 63.40%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=9.28%
G=63.40%
B=27.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123530.8500.570.5214074.4727.65
Hex127B3555039348c4a1c
Octal22173651250716421411234
Binary1001011110111101011010101011100111010010001100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B35; }

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

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

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

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

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

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

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

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