#275E37

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

Shades of Camarone #275E37

Tints of Camarone #275E37

Color information

#275E37 (or 0x275E37) is unknown color: approx Camarone. HEX triplet: 27, 5E and 37. RGB value is (39,94,55). Sum of RGB (Red+Green+Blue) = 39+94+55=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #275E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E37 is #D8A1C8. Grayscale: #494949. Windows color (decimal): -14197193 or 3628583. OLE color: 3628583.

HSL color Cylindrical-coordinate representation of color #275E37: hue angle of 137.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E37 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB399455-
CMYK0.5900.410.63
HSL137.45º41.35%26.08%-
HSV(B)137.45º58.51%36.86%-
XYZ5.538.715-
YUV73.11117.78103.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 94 (37.11% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=20.74%
G=50%
B=29.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3994550.5900.410.63137.4541.3526.08
Hex275E373B0293F89291a
Octal471366773051772115132
Binary100111101111011011111101101010011111111000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275E37; }

 p { color: rgb(39,94,55); }

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

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

 a { background-color: rgb(39,94,55); }

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

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

 span { border-color: rgb(39,94,55); }

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