#274B1C

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

Shades of Myrtle #274B1C

Tints of Myrtle #274B1C

Color information

#274B1C (or 0x274B1C) is unknown color: approx Myrtle. HEX triplet: 27, 4B and 1C. RGB value is (39,75,28). Sum of RGB (Red+Green+Blue) = 39+75+28=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #274B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B1C is #D8B4E3. Grayscale: #3B3B3B. Windows color (decimal): -14202084 or 1854247. OLE color: 1854247.

HSL color Cylindrical-coordinate representation of color #274B1C: hue angle of 105.96º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274B1C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB397528-
CMYK0.4800.630.71
HSL105.96º45.63%20.2%-
HSV(B)105.96º62.67%29.41%-
XYZ3.565.551.98-
YUV58.88110.57113.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 75 (29.69% from 255) = 52.82%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=27.46%
G=52.82%
B=19.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975280.4800.630.71105.9645.6320.2
Hex274B1C3003F476a2e14
Octal4711334600771071525624
Binary10011110010111110011000001111111000111110101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B1C; }

 p { color: rgb(39,75,28); }

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

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

 a { background-color: rgb(39,75,28); }

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

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

 span { border-color: rgb(39,75,28); }

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