#274034

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

Shades of English Holly #274034

Tints of English Holly #274034

Color information

#274034 (or 0x274034) is unknown color: approx English Holly. HEX triplet: 27, 40 and 34. RGB value is (39,64,52). Sum of RGB (Red+Green+Blue) = 39+64+52=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #274034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274034 is #D8BFCB. Grayscale: #373737. Windows color (decimal): -14204876 or 3424295. OLE color: 3424295.

HSL color Cylindrical-coordinate representation of color #274034: hue angle of 151.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #274034 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB396452-
CMYK0.3900.190.75
HSL151.2º24.27%20.2%-
HSV(B)151.2º39.06%25.1%-
XYZ3.294.353.91-
YUV55.16126.22116.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=25.16%
G=41.29%
B=33.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964520.3900.190.75151.224.2720.2
Hex274034270134B971814
Octal4710064470231132273024
Binary10011110000001101001001110100111001011100101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274034; }

 p { color: rgb(39,64,52); }

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

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

 a { background-color: rgb(39,64,52); }

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

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

 span { border-color: rgb(39,64,52); }

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