Html Css Color HEX #324339 English Holly

📋 copy color: '#324339'

red 50 ◦ green 67 ◦ blue 57

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

Shades of English Holly #324339

Tints of English Holly #324339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 28.74%
G = 38.51%
B = 32.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#324339 (or 0x324339) is known color: English Holly. HEX triplet: 32, 43 and 39. RGB value is (50,67,57). Sum of RGB (Red+Green+Blue) = 50+67+57=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #324339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324339 is #CDBCC6. Grayscale: #3C3C3C. Windows color (decimal): -13483207 or 3752754. OLE color: 3752754.

HSL color Cylindrical-coordinate representation of color #324339: hue angle of 144.71º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #324339 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 67 57 -
CMYK 0.25 0 0.15 0.74
HSL 144.71º 0.15% 0.23% -
HSV(B) 144.71º 0.25% 0.26% -
XYZ 4.06 4.99 4.62 -
YUV 60.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 50 67 57 0.25 0 0.15 0.74 144.71 0.15 0.23
Hex 32 43 39 19 0 F 4A 91 F 17
Octal 62 103 71 31 0 17 112 221 17 27
Binary 110010 1000011 111001 11001 0 1111 1001010 10010001 1111 10111

Color Harmonies of #324339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324339

Black with #324339

Text Example


Text Example

White with #324339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324339; }

 p { color: rgb(50,67,57); }

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

background-color css

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

 a { background-color: rgb(50,67,57); }

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

border-color css

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

 span { border-color: rgb(50,67,57); }

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