#277341

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

Shades of Camarone #277341

Tints of Camarone #277341

Color information

#277341 (or 0x277341) is unknown color: approx Camarone. HEX triplet: 27, 73 and 41. RGB value is (39,115,65). Sum of RGB (Red+Green+Blue) = 39+115+65=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #277341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277341 is #D88CBE. Grayscale: #565656. Windows color (decimal): -14191807 or 4289319. OLE color: 4289319.

HSL color Cylindrical-coordinate representation of color #277341: hue angle of 140.53º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277341 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB3911565-
CMYK0.6600.430.55
HSL140.53º49.35%30.2%-
HSV(B)140.53º66.09%45.1%-
XYZ7.9213.077.11-
YUV86.58115.8294.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=17.81%
G=52.51%
B=29.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39115650.6600.430.55140.5349.3530.2
Hex2773414202B378d311e
Octal47163101102053672156136
Binary10011111100111000001100001001010111101111000110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277341; }

 p { color: rgb(39,115,65); }

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

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

 a { background-color: rgb(39,115,65); }

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

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

 span { border-color: rgb(39,115,65); }

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