Html Css Color HEX #274034 English Holly

📋 copy color: '#274034'

red 39 ◦ green 64 ◦ blue 52

#274034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #274034

Tints of English Holly #274034

RGB

 RED value IS 39 (15.63% from 255) = 25.16%

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 25.16%
G = 41.29%
B = 33.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#274034 (or 0x274034) is known color: 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

RGB 39 64 52 -
CMYK 0.39 0 0.19 0.75
HSL 151.2º 0.24% 0.2% -
HSV(B) 151.2º 0.39% 0.25% -
XYZ 3.29 4.35 3.91 -
YUV 55.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 39 64 52 0.39 0 0.19 0.75 151.2 0.24 0.2
Hex 27 40 34 27 0 13 4B 97 18 14
Octal 47 100 64 47 0 23 113 227 30 24
Binary 100111 1000000 110100 100111 0 10011 1001011 10010111 11000 10100

Color Harmonies of #274034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274034

Black with #274034

Text Example


Text Example

White with #274034

Text Example


Text Example

HTML Codes & Css Web 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>