#276C3A

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

Shades of Camarone #276C3A

Tints of Camarone #276C3A

Color information

#276C3A (or 0x276C3A) is unknown color: approx Camarone. HEX triplet: 27, 6C and 3A. RGB value is (39,108,58). Sum of RGB (Red+Green+Blue) = 39+108+58=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #276C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C3A is #D893C5. Grayscale: #515151. Windows color (decimal): -14193606 or 3828775. OLE color: 3828775.

HSL color Cylindrical-coordinate representation of color #276C3A: hue angle of 136.52º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C3A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB3910858-
CMYK0.6400.460.58
HSL136.52º46.94%28.82%-
HSV(B)136.52º63.89%42.35%-
XYZ6.9611.465.85-
YUV81.67114.6497.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 108 (42.58% from 255) = 52.68%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=19.02%
G=52.68%
B=28.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39108580.6400.460.58136.5246.9428.82
Hex276C3A4002E3A892f1d
Octal4715472100056722115735
Binary1001111101100111010100000001011101110101000100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276C3A; }

 p { color: rgb(39,108,58); }

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

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

 a { background-color: rgb(39,108,58); }

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

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

 span { border-color: rgb(39,108,58); }

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