Html Css Color HEX #32493C English Holly

📋 copy color: '#32493C'

red 50 ◦ green 73 ◦ blue 60

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

Shades of English Holly #32493C

Tints of English Holly #32493C

RGB

 RED value IS 50 (19.92% from 255) = 27.32%

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 27.32%
G = 39.89%
B = 32.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#32493C (or 0x32493C) is known color: English Holly. HEX triplet: 32, 49 and 3C. RGB value is (50,73,60). Sum of RGB (Red+Green+Blue) = 50+73+60=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #32493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32493C is #CDB6C3. Grayscale: #404040. Windows color (decimal): -13481668 or 3950898. OLE color: 3950898.

HSL color Cylindrical-coordinate representation of color #32493C: hue angle of 146.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32493C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 60 -
CMYK 0.32 0 0.18 0.71
HSL 146.09º 0.19% 0.24% -
HSV(B) 146.09º 0.32% 0.29% -
XYZ 4.51 5.77 5.15 -
YUV 64.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 50 73 60 0.32 0 0.18 0.71 146.09 0.19 0.24
Hex 32 49 3C 20 0 12 47 92 13 18
Octal 62 111 74 40 0 22 107 222 23 30
Binary 110010 1001001 111100 100000 0 10010 1000111 10010010 10011 11000

Color Harmonies of #32493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32493C

Black with #32493C

Text Example


Text Example

White with #32493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32493C; }

 p { color: rgb(50,73,60); }

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

background-color css

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

 a { background-color: rgb(50,73,60); }

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

border-color css

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

 span { border-color: rgb(50,73,60); }

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