Html Css Color HEX #31423E Gable Green

📋 copy color: '#31423E'

red 49 ◦ green 66 ◦ blue 62

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

Shades of Gable Green #31423E

Tints of Gable Green #31423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 27.68%
G = 37.29%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#31423E (or 0x31423E) is known color: Gable Green. HEX triplet: 31, 42 and 3E. RGB value is (49,66,62). Sum of RGB (Red+Green+Blue) = 49+66+62=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #31423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423E is #CEBDC1. Grayscale: #3C3C3C. Windows color (decimal): -13548994 or 4080177. OLE color: 4080177.

HSL color Cylindrical-coordinate representation of color #31423E: hue angle of 165.88º 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 #31423E is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 62 -
CMYK 0.26 0 0.06 0.74
HSL 165.88º 0.15% 0.23% -
HSV(B) 165.88º 0.26% 0.26% -
XYZ 4.08 4.9 5.29 -
YUV 60.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 49 66 62 0.26 0 0.06 0.74 165.88 0.15 0.23
Hex 31 42 3E 1A 0 6 4A A6 F 17
Octal 61 102 76 32 0 6 112 246 17 27
Binary 110001 1000010 111110 11010 0 110 1001010 10100110 1111 10111

Color Harmonies of #31423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31423E

Black with #31423E

Text Example


Text Example

White with #31423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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