Html Css Color HEX #274134 English Holly

📋 copy color: '#274134'

red 39 ◦ green 65 ◦ blue 52

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

Shades of English Holly #274134

Tints of English Holly #274134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#274134 (or 0x274134) is known color: English Holly. HEX triplet: 27, 41 and 34. RGB value is (39,65,52). Sum of RGB (Red+Green+Blue) = 39+65+52=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #274134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274134 is #D8BECB. Grayscale: #373737. Windows color (decimal): -14204620 or 3424551. OLE color: 3424551.

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

Color convert

RGB 39 65 52 -
CMYK 0.40 0 0.20 0.75
HSL 150º 0.25% 0.2% -
HSV(B) 150º 0.4% 0.25% -
XYZ 3.35 4.46 3.93 -
YUV 55.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 39 65 52 0.40 0 0.20 0.75 150 0.25 0.2
Hex 27 41 34 28 0 14 4B 96 19 14
Octal 47 101 64 50 0 24 113 226 31 24
Binary 100111 1000001 110100 101000 0 10100 1001011 10010110 11001 10100

Color Harmonies of #274134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274134

Black with #274134

Text Example


Text Example

White with #274134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274134; }

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

 H1.HeaderClassName
 {
   color: #274134;
 }
 .AnyTagClassName
 {
   color: #274134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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