Html Css Color HEX #31743F Japanese Laurel

📋 copy color: '#31743F'

red 49 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #31743F

Tints of Japanese Laurel #31743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

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

R = 21.49%
G = 50.88%
B = 27.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#31743F (or 0x31743F) is known color: Japanese Laurel. HEX triplet: 31, 74 and 3F. RGB value is (49,116,63). Sum of RGB (Red+Green+Blue) = 49+116+63=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #31743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31743F is #CE8BC0. Grayscale: #5A5A5A. Windows color (decimal): -13536193 or 4158513. OLE color: 4158513.

HSL color Cylindrical-coordinate representation of color #31743F: hue angle of 132.54º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31743F is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 63 -
CMYK 0.58 0 0.46 0.55
HSL 132.54º 0.41% 0.32% -
HSV(B) 132.54º 0.58% 0.45% -
XYZ 8.41 13.5 6.87 -
YUV 89.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 49 116 63 0.58 0 0.46 0.55 132.54 0.41 0.32
Hex 31 74 3F 3A 0 2E 37 85 29 20
Octal 61 164 77 72 0 56 67 205 51 40
Binary 110001 1110100 111111 111010 0 101110 110111 10000101 101001 100000

Color Harmonies of #31743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31743F

Black with #31743F

Text Example


Text Example

White with #31743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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