Html Css Color HEX #318731 Japanese Laurel

📋 copy color: '#318731'

red 49 ◦ green 135 ◦ blue 49

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

Shades of Japanese Laurel #318731

Tints of Japanese Laurel #318731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.94%

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

R = 21.03%
G = 57.94%
B = 21.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#318731 (or 0x318731) is known color: Japanese Laurel. HEX triplet: 31, 87 and 31. RGB value is (49,135,49). Sum of RGB (Red+Green+Blue) = 49+135+49=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #318731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318731 is #CE78CE. Grayscale: #636363. Windows color (decimal): -13531343 or 3245873. OLE color: 3245873.

HSL color Cylindrical-coordinate representation of color #318731: hue angle of 120º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318731 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 49 -
CMYK 0.64 0 0.64 0.47
HSL 120º 0.47% 0.36% -
HSV(B) 120º 0.64% 0.53% -
XYZ 10.48 18.2 5.87 -
YUV 99.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 49 135 49 0.64 0 0.64 0.47 120 0.47 0.36
Hex 31 87 31 40 0 40 2F 78 2F 24
Octal 61 207 61 100 0 100 57 170 57 44
Binary 110001 10000111 110001 1000000 0 1000000 101111 1111000 101111 100100

Color Harmonies of #318731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318731

Black with #318731

Text Example


Text Example

White with #318731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318731; }

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

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

background-color css

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

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

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

border-color css

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

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

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