Html Css Color HEX #318031 Japanese Laurel

📋 copy color: '#318031'

red 49 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #318031

Tints of Japanese Laurel #318031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.64%

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

R = 21.68%
G = 56.64%
B = 21.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#318031 (or 0x318031) is known color: Japanese Laurel. HEX triplet: 31, 80 and 31. RGB value is (49,128,49). Sum of RGB (Red+Green+Blue) = 49+128+49=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #318031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318031 is #CE7FCE. Grayscale: #5F5F5F. Windows color (decimal): -13533135 or 3244081. OLE color: 3244081.

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

Color convert

RGB 49 128 49 -
CMYK 0.62 0 0.62 0.50
HSL 120º 0.45% 0.35% -
HSV(B) 120º 0.62% 0.5% -
XYZ 9.54 16.31 5.55 -
YUV 95.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 49 128 49 0.62 0 0.62 0.50 120 0.45 0.35
Hex 31 80 31 3E 0 3E 32 78 2D 23
Octal 61 200 61 76 0 76 62 170 55 43
Binary 110001 10000000 110001 111110 0 111110 110010 1111000 101101 100011

Color Harmonies of #318031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318031

Black with #318031

Text Example


Text Example

White with #318031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318031; }

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

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

background-color css

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

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

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

border-color css

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

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

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