Html Css Color HEX #31403C Gable Green

📋 copy color: '#31403C'

red 49 ◦ green 64 ◦ blue 60

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

Shades of Gable Green #31403C

Tints of Gable Green #31403C

RGB

 RED value IS 49 (19.53% from 255) = 28.32%

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 28.32%
G = 36.99%
B = 34.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#31403C (or 0x31403C) is known color: Gable Green. HEX triplet: 31, 40 and 3C. RGB value is (49,64,60). Sum of RGB (Red+Green+Blue) = 49+64+60=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #31403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31403C is #CEBFC3. Grayscale: #3B3B3B. Windows color (decimal): -13549508 or 3948593. OLE color: 3948593.

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

Color convert

RGB 49 64 60 -
CMYK 0.23 0 0.06 0.75
HSL 164º 0.13% 0.22% -
HSV(B) 164º 0.23% 0.25% -
XYZ 3.92 4.65 4.97 -
YUV 59.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 49 64 60 0.23 0 0.06 0.75 164 0.13 0.22
Hex 31 40 3C 17 0 6 4B A4 D 16
Octal 61 100 74 27 0 6 113 244 15 26
Binary 110001 1000000 111100 10111 0 110 1001011 10100100 1101 10110

Color Harmonies of #31403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31403C

Black with #31403C

Text Example


Text Example

White with #31403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31403C; }

 p { color: rgb(49,64,60); }

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

background-color css

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

 a { background-color: rgb(49,64,60); }

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

border-color css

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

 span { border-color: rgb(49,64,60); }

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