Html Css Color HEX #318340 Japanese Laurel

📋 copy color: '#318340'

red 49 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #318340

Tints of Japanese Laurel #318340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.69%

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

R = 20.08%
G = 53.69%
B = 26.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#318340 (or 0x318340) is known color: Japanese Laurel. HEX triplet: 31, 83 and 40. RGB value is (49,131,64). Sum of RGB (Red+Green+Blue) = 49+131+64=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #318340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318340 is #CE7CBF. Grayscale: #636363. Windows color (decimal): -13532352 or 4227889. OLE color: 4227889.

HSL color Cylindrical-coordinate representation of color #318340: hue angle of 130.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318340 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 64 -
CMYK 0.63 0 0.51 0.49
HSL 130.98º 0.46% 0.35% -
HSV(B) 130.98º 0.63% 0.51% -
XYZ 10.31 17.26 7.64 -
YUV 98.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 49 131 64 0.63 0 0.51 0.49 130.98 0.46 0.35
Hex 31 83 40 3F 0 33 31 83 2E 23
Octal 61 203 100 77 0 63 61 203 56 43
Binary 110001 10000011 1000000 111111 0 110011 110001 10000011 101110 100011

Color Harmonies of #318340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318340

Black with #318340

Text Example


Text Example

White with #318340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318340; }

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

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

background-color css

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

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

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

border-color css

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

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

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