Html Css Color HEX #31433F Gable Green

📋 copy color: '#31433F'

red 49 ◦ green 67 ◦ blue 63

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

Shades of Gable Green #31433F

Tints of Gable Green #31433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

 BLUE value IS 63 (25% from 255) = 35.2%

R = 27.37%
G = 37.43%
B = 35.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#31433F (or 0x31433F) is known color: Gable Green. HEX triplet: 31, 43 and 3F. RGB value is (49,67,63). Sum of RGB (Red+Green+Blue) = 49+67+63=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #31433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31433F is #CEBCC0. Grayscale: #3D3D3D. Windows color (decimal): -13548737 or 4145969. OLE color: 4145969.

HSL color Cylindrical-coordinate representation of color #31433F: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31433F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 63 -
CMYK 0.27 0 0.06 0.74
HSL 166.67º 0.16% 0.23% -
HSV(B) 166.67º 0.27% 0.26% -
XYZ 4.17 5.03 5.45 -
YUV 61.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 49 67 63 0.27 0 0.06 0.74 166.67 0.16 0.23
Hex 31 43 3F 1B 0 6 4A A7 10 17
Octal 61 103 77 33 0 6 112 247 20 27
Binary 110001 1000011 111111 11011 0 110 1001010 10100111 10000 10111

Color Harmonies of #31433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31433F

Black with #31433F

Text Example


Text Example

White with #31433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31433F; }

 p { color: rgb(49,67,63); }

 H1.HeaderClassName
 {
   color: #31433F;
 }
 .AnyTagClassName
 {
   color: #31433F;
 }
</style>

background-color css

<style>
 a { background-color: #31433F; }

 a { background-color: rgb(49,67,63); }

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

border-color css

<style>
 span { border-color: #31433F; }

 span { border-color: rgb(49,67,63); }

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