#276035

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

Shades of Camarone #276035

Tints of Camarone #276035

Color information

#276035 (or 0x276035) is unknown color: approx Camarone. HEX triplet: 27, 60 and 35. RGB value is (39,96,53). Sum of RGB (Red+Green+Blue) = 39+96+53=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #276035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276035 is #D89FCA. Grayscale: #4A4A4A. Windows color (decimal): -14196683 or 3498023. OLE color: 3498023.

HSL color Cylindrical-coordinate representation of color #276035: hue angle of 134.74º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #276035 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB399653-
CMYK0.5900.450.62
HSL134.74º42.22%26.47%-
HSV(B)134.74º59.38%37.65%-
XYZ5.669.054.82-
YUV74.05116.12103-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=20.74%
G=51.06%
B=28.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996530.5900.450.62134.7442.2226.47
Hex2760353B02D3E872a1a
Octal471406573055762075232
Binary100111110000011010111101101011011111101000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276035; }

 p { color: rgb(39,96,53); }

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

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

 a { background-color: rgb(39,96,53); }

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

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

 span { border-color: rgb(39,96,53); }

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