Html Css Color HEX #318831 Japanese Laurel

📋 copy color: '#318831'

red 49 ◦ green 136 ◦ blue 49

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

Shades of Japanese Laurel #318831

Tints of Japanese Laurel #318831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

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

R = 20.94%
G = 58.12%
B = 20.94%

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

#318831 (or 0x318831) is known color: Japanese Laurel. HEX triplet: 31, 88 and 31. RGB value is (49,136,49). Sum of RGB (Red+Green+Blue) = 49+136+49=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #318831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318831 is #CE77CE. Grayscale: #646464. Windows color (decimal): -13531087 or 3246129. OLE color: 3246129.

HSL color Cylindrical-coordinate representation of color #318831: 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 #318831 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 49 -
CMYK 0.64 0 0.64 0.47
HSL 120º 0.47% 0.36% -
HSV(B) 120º 0.64% 0.53% -
XYZ 10.63 18.48 5.91 -
YUV 100.07 99.18 91.57 -
System Red Green Blue C M Y K H S L
Decimal 49 136 49 0.64 0 0.64 0.47 120 0.47 0.36
Hex 31 88 31 40 0 40 2F 78 2F 24
Octal 61 210 61 100 0 100 57 170 57 44
Binary 110001 10001000 110001 1000000 0 1000000 101111 1111000 101111 100100

Color Harmonies of #318831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318831

Black with #318831

Text Example


Text Example

White with #318831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318831; }

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

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

background-color css

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

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

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

border-color css

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

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

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