#274812

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

Shades of Myrtle #274812

Tints of Myrtle #274812

Color information

#274812 (or 0x274812) is unknown color: approx Myrtle. HEX triplet: 27, 48 and 12. RGB value is (39,72,18). Sum of RGB (Red+Green+Blue) = 39+72+18=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #274812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274812 is #D8B7ED. Grayscale: #383838. Windows color (decimal): -14202862 or 1198119. OLE color: 1198119.

HSL color Cylindrical-coordinate representation of color #274812: hue angle of 96.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274812 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB397218-
CMYK0.4600.750.72
HSL96.67º60%17.65%-
HSV(B)96.67º75%28.24%-
XYZ3.265.111.39-
YUV55.98106.57115.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=30.23%
G=55.81%
B=13.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972180.4600.750.7296.676017.65
Hex2748122E04B48613c12
Octal47110225601131101417422
Binary100111100100010010101110010010111001000110000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274812; }

 p { color: rgb(39,72,18); }

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

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

 a { background-color: rgb(39,72,18); }

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

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

 span { border-color: rgb(39,72,18); }

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