Html Css Color HEX #314539 English Holly

📋 copy color: '#314539'

red 49 ◦ green 69 ◦ blue 57

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

Shades of English Holly #314539

Tints of English Holly #314539

RGB

 RED value IS 49 (19.53% from 255) = 28%

 GREEN value IS 69 (27.34% from 255) = 39.43%

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 28%
G = 39.43%
B = 32.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#314539 (or 0x314539) is known color: English Holly. HEX triplet: 31, 45 and 39. RGB value is (49,69,57). Sum of RGB (Red+Green+Blue) = 49+69+57=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #314539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314539 is #CEBAC6. Grayscale: #3D3D3D. Windows color (decimal): -13548231 or 3753265. OLE color: 3753265.

HSL color Cylindrical-coordinate representation of color #314539: hue angle of 144º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314539 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 57 -
CMYK 0.29 0 0.17 0.73
HSL 144º 0.17% 0.23% -
HSV(B) 144º 0.29% 0.27% -
XYZ 4.13 5.2 4.66 -
YUV 61.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 49 69 57 0.29 0 0.17 0.73 144 0.17 0.23
Hex 31 45 39 1D 0 11 49 90 11 17
Octal 61 105 71 35 0 21 111 220 21 27
Binary 110001 1000101 111001 11101 0 10001 1001001 10010000 10001 10111

Color Harmonies of #314539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314539

Black with #314539

Text Example


Text Example

White with #314539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314539; }

 p { color: rgb(49,69,57); }

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

background-color css

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

 a { background-color: rgb(49,69,57); }

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

border-color css

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

 span { border-color: rgb(49,69,57); }

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