Html Css Color HEX #324133 Timber Green

📋 copy color: '#324133'

red 50 ◦ green 65 ◦ blue 51

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

Shades of Timber Green #324133

Tints of Timber Green #324133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 30.12%
G = 39.16%
B = 30.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#324133 (or 0x324133) is known color: Timber Green. HEX triplet: 32, 41 and 33. RGB value is (50,65,51). Sum of RGB (Red+Green+Blue) = 50+65+51=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #324133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324133 is #CDBECC. Grayscale: #3A3A3A. Windows color (decimal): -13483725 or 3359026. OLE color: 3359026.

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

Color convert

RGB 50 65 51 -
CMYK 0.23 0 0.22 0.75
HSL 124º 0.13% 0.23% -
HSV(B) 124º 0.23% 0.25% -
XYZ 3.8 4.7 3.84 -
YUV 58.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 50 65 51 0.23 0 0.22 0.75 124 0.13 0.23
Hex 32 41 33 17 0 16 4B 7C D 17
Octal 62 101 63 27 0 26 113 174 15 27
Binary 110010 1000001 110011 10111 0 10110 1001011 1111100 1101 10111

Color Harmonies of #324133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324133

Black with #324133

Text Example


Text Example

White with #324133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324133; }

 p { color: rgb(50,65,51); }

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

background-color css

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

 a { background-color: rgb(50,65,51); }

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

border-color css

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

 span { border-color: rgb(50,65,51); }

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