#276634

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

Shades of Camarone #276634

Tints of Camarone #276634

Color information

#276634 (or 0x276634) is unknown color: approx Camarone. HEX triplet: 27, 66 and 34. RGB value is (39,102,52). Sum of RGB (Red+Green+Blue) = 39+102+52=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #276634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276634 is #D899CB. Grayscale: #4D4D4D. Windows color (decimal): -14195148 or 3434023. OLE color: 3434023.

HSL color Cylindrical-coordinate representation of color #276634: hue angle of 132.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276634 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB3910252-
CMYK0.6200.490.6
HSL132.38º44.68%27.65%-
HSV(B)132.38º61.76%40%-
XYZ6.2110.184.89-
YUV77.46113.63100.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=20.21%
G=52.85%
B=26.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102520.6200.490.6132.3844.6827.65
Hex2766343E0313C842d1c
Octal471466476061742045534
Binary100111110011011010011111001100011111001000010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276634; }

 p { color: rgb(39,102,52); }

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

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

 a { background-color: rgb(39,102,52); }

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

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

 span { border-color: rgb(39,102,52); }

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