Html Css Color HEX #31423D Gable Green

📋 copy color: '#31423D'

red 49 ◦ green 66 ◦ blue 61

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

Shades of Gable Green #31423D

Tints of Gable Green #31423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 27.84%
G = 37.5%
B = 34.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#31423D (or 0x31423D) is known color: Gable Green. HEX triplet: 31, 42 and 3D. RGB value is (49,66,61). Sum of RGB (Red+Green+Blue) = 49+66+61=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #31423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423D is #CEBDC2. Grayscale: #3C3C3C. Windows color (decimal): -13548995 or 4014641. OLE color: 4014641.

HSL color Cylindrical-coordinate representation of color #31423D: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #31423D is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 61 -
CMYK 0.26 0 0.08 0.74
HSL 162.35º 0.15% 0.23% -
HSV(B) 162.35º 0.26% 0.26% -
XYZ 4.06 4.89 5.14 -
YUV 60.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 49 66 61 0.26 0 0.08 0.74 162.35 0.15 0.23
Hex 31 42 3D 1A 0 8 4A A2 F 17
Octal 61 102 75 32 0 10 112 242 17 27
Binary 110001 1000010 111101 11010 0 1000 1001010 10100010 1111 10111

Color Harmonies of #31423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31423D

Black with #31423D

Text Example


Text Example

White with #31423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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