Html Css Color HEX #323C3A Gable Green

📋 copy color: '#323C3A'

red 50 ◦ green 60 ◦ blue 58

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

Shades of Gable Green #323C3A

Tints of Gable Green #323C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

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

R = 29.76%
G = 35.71%
B = 34.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#323C3A (or 0x323C3A) is known color: Gable Green. HEX triplet: 32, 3C and 3A. RGB value is (50,60,58). Sum of RGB (Red+Green+Blue) = 50+60+58=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #323C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C3A is #CDC3C5. Grayscale: #383838. Windows color (decimal): -13484998 or 3816498. OLE color: 3816498.

HSL color Cylindrical-coordinate representation of color #323C3A: hue angle of 168º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #323C3A is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 60 58 -
CMYK 0.17 0 0.03 0.76
HSL 168º 0.09% 0.22% -
HSV(B) 168º 0.17% 0.24% -
XYZ 3.69 4.22 4.62 -
YUV 56.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 50 60 58 0.17 0 0.03 0.76 168 0.09 0.22
Hex 32 3C 3A 11 0 3 4C A8 9 16
Octal 62 74 72 21 0 3 114 250 11 26
Binary 110010 111100 111010 10001 0 11 1001100 10101000 1001 10110

Color Harmonies of #323C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C3A

Black with #323C3A

Text Example


Text Example

White with #323C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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