Html Css Color HEX #31413D Gable Green

📋 copy color: '#31413D'

red 49 ◦ green 65 ◦ blue 61

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

Shades of Gable Green #31413D

Tints of Gable Green #31413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 28%
G = 37.14%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#31413D (or 0x31413D) is known color: Gable Green. HEX triplet: 31, 41 and 3D. RGB value is (49,65,61). Sum of RGB (Red+Green+Blue) = 49+65+61=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #31413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413D is #CEBEC2. Grayscale: #3B3B3B. Windows color (decimal): -13549251 or 4014385. OLE color: 4014385.

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

Color convert

RGB 49 65 61 -
CMYK 0.25 0 0.06 0.75
HSL 165º 0.14% 0.22% -
HSV(B) 165º 0.25% 0.25% -
XYZ 4 4.77 5.12 -
YUV 59.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 49 65 61 0.25 0 0.06 0.75 165 0.14 0.22
Hex 31 41 3D 19 0 6 4B A5 E 16
Octal 61 101 75 31 0 6 113 245 16 26
Binary 110001 1000001 111101 11001 0 110 1001011 10100101 1110 10110

Color Harmonies of #31413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31413D

Black with #31413D

Text Example


Text Example

White with #31413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31413D; }

 p { color: rgb(49,65,61); }

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

background-color css

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

 a { background-color: rgb(49,65,61); }

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

border-color css

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

 span { border-color: rgb(49,65,61); }

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