Html Css Color HEX #318131 Japanese Laurel

📋 copy color: '#318131'

red 49 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #318131

Tints of Japanese Laurel #318131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 21.59%
G = 56.83%
B = 21.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#318131 (or 0x318131) is known color: Japanese Laurel. HEX triplet: 31, 81 and 31. RGB value is (49,129,49). Sum of RGB (Red+Green+Blue) = 49+129+49=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #318131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318131 is #CE7ECE. Grayscale: #606060. Windows color (decimal): -13532879 or 3244337. OLE color: 3244337.

HSL color Cylindrical-coordinate representation of color #318131: hue angle of 120º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318131 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 49 -
CMYK 0.62 0 0.62 0.49
HSL 120º 0.45% 0.35% -
HSV(B) 120º 0.62% 0.51% -
XYZ 9.67 16.58 5.6 -
YUV 95.96 101.5 94.5 -
System Red Green Blue C M Y K H S L
Decimal 49 129 49 0.62 0 0.62 0.49 120 0.45 0.35
Hex 31 81 31 3E 0 3E 31 78 2D 23
Octal 61 201 61 76 0 76 61 170 55 43
Binary 110001 10000001 110001 111110 0 111110 110001 1111000 101101 100011

Color Harmonies of #318131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318131

Black with #318131

Text Example


Text Example

White with #318131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318131; }

 p { color: rgb(49,129,49); }

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

background-color css

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

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

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

border-color css

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

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

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