Html Css Color HEX #318836 Japanese Laurel

📋 copy color: '#318836'

red 49 ◦ green 136 ◦ blue 54

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

Shades of Japanese Laurel #318836

Tints of Japanese Laurel #318836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 20.5%
G = 56.9%
B = 22.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#318836 (or 0x318836) is known color: Japanese Laurel. HEX triplet: 31, 88 and 36. RGB value is (49,136,54). Sum of RGB (Red+Green+Blue) = 49+136+54=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #318836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318836 is #CE77C9. Grayscale: #646464. Windows color (decimal): -13531082 or 3573809. OLE color: 3573809.

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

Color convert

RGB 49 136 54 -
CMYK 0.64 0 0.60 0.47
HSL 123.45º 0.47% 0.36% -
HSV(B) 123.45º 0.64% 0.53% -
XYZ 10.74 18.53 6.5 -
YUV 100.64 101.68 91.17 -
System Red Green Blue C M Y K H S L
Decimal 49 136 54 0.64 0 0.60 0.47 123.45 0.47 0.36
Hex 31 88 36 40 0 3C 2F 7B 2F 24
Octal 61 210 66 100 0 74 57 173 57 44
Binary 110001 10001000 110110 1000000 0 111100 101111 1111011 101111 100100

Color Harmonies of #318836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318836

Black with #318836

Text Example


Text Example

White with #318836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318836; }

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

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

background-color css

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

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

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

border-color css

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

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

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