#274320

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

Shades of Myrtle #274320

Tints of Myrtle #274320

Color information

#274320 (or 0x274320) is unknown color: approx Myrtle. HEX triplet: 27, 43 and 20. RGB value is (39,67,32). Sum of RGB (Red+Green+Blue) = 39+67+32=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #274320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274320 is #D8BCDF. Grayscale: #363636. Windows color (decimal): -14204128 or 2114343. OLE color: 2114343.

HSL color Cylindrical-coordinate representation of color #274320: hue angle of 108º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274320 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB396732-
CMYK0.4200.520.74
HSL108º35.35%19.41%-
HSV(B)108º52.24%26.27%-
XYZ3.14.552.08-
YUV54.64115.22116.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=28.26%
G=48.55%
B=23.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3967320.4200.520.7410835.3519.41
Hex2743202A0344A6c2313
Octal4710340520641121544323
Binary100111100001110000010101001101001001010110110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274320; }

 p { color: rgb(39,67,32); }

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

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

 a { background-color: rgb(39,67,32); }

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

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

 span { border-color: rgb(39,67,32); }

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