Html Css Color HEX #318640 Japanese Laurel

📋 copy color: '#318640'

red 49 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #318640

Tints of Japanese Laurel #318640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 19.84%
G = 54.25%
B = 25.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#318640 (or 0x318640) is known color: Japanese Laurel. HEX triplet: 31, 86 and 40. RGB value is (49,134,64). Sum of RGB (Red+Green+Blue) = 49+134+64=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #318640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318640 is #CE79BF. Grayscale: #646464. Windows color (decimal): -13531584 or 4228657. OLE color: 4228657.

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

Color convert

RGB 49 134 64 -
CMYK 0.63 0 0.52 0.47
HSL 130.59º 0.46% 0.36% -
HSV(B) 130.59º 0.63% 0.53% -
XYZ 10.72 18.07 7.77 -
YUV 100.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 49 134 64 0.63 0 0.52 0.47 130.59 0.46 0.36
Hex 31 86 40 3F 0 34 2F 83 2E 24
Octal 61 206 100 77 0 64 57 203 56 44
Binary 110001 10000110 1000000 111111 0 110100 101111 10000011 101110 100100

Color Harmonies of #318640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318640

Black with #318640

Text Example


Text Example

White with #318640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318640; }

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

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

background-color css

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

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

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

border-color css

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

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

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