Html Css Color HEX #32453A English Holly

📋 copy color: '#32453A'

red 50 ◦ green 69 ◦ blue 58

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

Shades of English Holly #32453A

Tints of English Holly #32453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 28.25%
G = 38.98%
B = 32.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#32453A (or 0x32453A) is known color: English Holly. HEX triplet: 32, 45 and 3A. RGB value is (50,69,58). Sum of RGB (Red+Green+Blue) = 50+69+58=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #32453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32453A is #CDBAC5. Grayscale: #3E3E3E. Windows color (decimal): -13482694 or 3818802. OLE color: 3818802.

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

Color convert

RGB 50 69 58 -
CMYK 0.28 0 0.16 0.73
HSL 145.26º 0.16% 0.23% -
HSV(B) 145.26º 0.28% 0.27% -
XYZ 4.21 5.24 4.79 -
YUV 62.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 50 69 58 0.28 0 0.16 0.73 145.26 0.16 0.23
Hex 32 45 3A 1C 0 10 49 91 10 17
Octal 62 105 72 34 0 20 111 221 20 27
Binary 110010 1000101 111010 11100 0 10000 1001001 10010001 10000 10111

Color Harmonies of #32453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32453A

Black with #32453A

Text Example


Text Example

White with #32453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32453A; }

 p { color: rgb(50,69,58); }

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

background-color css

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

 a { background-color: rgb(50,69,58); }

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

border-color css

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

 span { border-color: rgb(50,69,58); }

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