Html Css Color HEX #32473B English Holly

📋 copy color: '#32473B'

red 50 ◦ green 71 ◦ blue 59

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

Shades of English Holly #32473B

Tints of English Holly #32473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 27.78%
G = 39.44%
B = 32.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#32473B (or 0x32473B) is known color: English Holly. HEX triplet: 32, 47 and 3B. RGB value is (50,71,59). Sum of RGB (Red+Green+Blue) = 50+71+59=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #32473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32473B is #CDB8C4. Grayscale: #3F3F3F. Windows color (decimal): -13482181 or 3884850. OLE color: 3884850.

HSL color Cylindrical-coordinate representation of color #32473B: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32473B is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 59 -
CMYK 0.30 0 0.17 0.72
HSL 145.71º 0.17% 0.24% -
HSV(B) 145.71º 0.3% 0.28% -
XYZ 4.36 5.5 4.97 -
YUV 63.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 50 71 59 0.30 0 0.17 0.72 145.71 0.17 0.24
Hex 32 47 3B 1E 0 11 48 92 11 18
Octal 62 107 73 36 0 21 110 222 21 30
Binary 110010 1000111 111011 11110 0 10001 1001000 10010010 10001 11000

Color Harmonies of #32473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32473B

Black with #32473B

Text Example


Text Example

White with #32473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32473B; }

 p { color: rgb(50,71,59); }

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

background-color css

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

 a { background-color: rgb(50,71,59); }

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

border-color css

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

 span { border-color: rgb(50,71,59); }

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