Html Css Color HEX #323A38 Woodsmoke

📋 copy color: '#323A38'

red 50 ◦ green 58 ◦ blue 56

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

Shades of Woodsmoke #323A38

Tints of Woodsmoke #323A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 30.49%
G = 35.37%
B = 34.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#323A38 (or 0x323A38) is known color: Woodsmoke. HEX triplet: 32, 3A and 38. RGB value is (50,58,56). Sum of RGB (Red+Green+Blue) = 50+58+56=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #323A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A38 is #CDC5C7. Grayscale: #373737. Windows color (decimal): -13485512 or 3684914. OLE color: 3684914.

HSL color Cylindrical-coordinate representation of color #323A38: hue angle of 165º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323A38 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 58 56 -
CMYK 0.14 0 0.03 0.77
HSL 165º 0.07% 0.21% -
HSV(B) 165º 0.14% 0.23% -
XYZ 3.54 3.99 4.32 -
YUV 55.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 50 58 56 0.14 0 0.03 0.77 165 0.07 0.21
Hex 32 3A 38 E 0 3 4D A5 7 15
Octal 62 72 70 16 0 3 115 245 7 25
Binary 110010 111010 111000 1110 0 11 1001101 10100101 111 10101

Color Harmonies of #323A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A38

Black with #323A38

Text Example


Text Example

White with #323A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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