Html Css Color HEX #318634 Japanese Laurel

📋 copy color: '#318634'

red 49 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #318634

Tints of Japanese Laurel #318634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 20.85%
G = 57.02%
B = 22.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#318634 (or 0x318634) is known color: Japanese Laurel. HEX triplet: 31, 86 and 34. RGB value is (49,134,52). Sum of RGB (Red+Green+Blue) = 49+134+52=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #318634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318634 is #CE79CB. Grayscale: #636363. Windows color (decimal): -13531596 or 3442225. OLE color: 3442225.

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

Color convert

RGB 49 134 52 -
CMYK 0.63 0 0.61 0.47
HSL 122.12º 0.46% 0.36% -
HSV(B) 122.12º 0.63% 0.53% -
XYZ 10.41 17.95 6.16 -
YUV 99.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 49 134 52 0.63 0 0.61 0.47 122.12 0.46 0.36
Hex 31 86 34 3F 0 3D 2F 7A 2E 24
Octal 61 206 64 77 0 75 57 172 56 44
Binary 110001 10000110 110100 111111 0 111101 101111 1111010 101110 100100

Color Harmonies of #318634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318634

Black with #318634

Text Example


Text Example

White with #318634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318634; }

 p { color: rgb(49,134,52); }

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

background-color css

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

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

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

border-color css

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

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

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