Html Css Color HEX #353C3A Gable Green

📋 copy color: '#353C3A'

red 53 ◦ green 60 ◦ blue 58

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

Shades of Gable Green #353C3A

Tints of Gable Green #353C3A

RGB

 RED value IS 53 (21.09% from 255) = 30.99%

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

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

R = 30.99%
G = 35.09%
B = 33.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#353C3A (or 0x353C3A) is known color: Gable Green. HEX triplet: 35, 3C and 3A. RGB value is (53,60,58). Sum of RGB (Red+Green+Blue) = 53+60+58=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 60 - color contains mainly: green. Hex color #353C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C3A is #CAC3C5. Grayscale: #393939. Windows color (decimal): -13288390 or 3816501. OLE color: 3816501.

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

Color convert

RGB 53 60 58 -
CMYK 0.12 0 0.03 0.76
HSL 162.86º 0.06% 0.22% -
HSV(B) 162.86º 0.12% 0.24% -
XYZ 3.85 4.29 4.63 -
YUV 57.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 53 60 58 0.12 0 0.03 0.76 162.86 0.06 0.22
Hex 35 3C 3A C 0 3 4C A3 6 16
Octal 65 74 72 14 0 3 114 243 6 26
Binary 110101 111100 111010 1100 0 11 1001100 10100011 110 10110

Color Harmonies of #353C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C3A

Black with #353C3A

Text Example


Text Example

White with #353C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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