Html Css Color HEX #318540 Japanese Laurel

📋 copy color: '#318540'

red 49 ◦ green 133 ◦ blue 64

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

Shades of Japanese Laurel #318540

Tints of Japanese Laurel #318540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 19.92%
G = 54.07%
B = 26.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#318540 (or 0x318540) is known color: Japanese Laurel. HEX triplet: 31, 85 and 40. RGB value is (49,133,64). Sum of RGB (Red+Green+Blue) = 49+133+64=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #318540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318540 is #CE7ABF. Grayscale: #646464. Windows color (decimal): -13531840 or 4228401. OLE color: 4228401.

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

Color convert

RGB 49 133 64 -
CMYK 0.63 0 0.52 0.48
HSL 130.71º 0.46% 0.36% -
HSV(B) 130.71º 0.63% 0.52% -
XYZ 10.58 17.8 7.73 -
YUV 100.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 49 133 64 0.63 0 0.52 0.48 130.71 0.46 0.36
Hex 31 85 40 3F 0 34 30 83 2E 24
Octal 61 205 100 77 0 64 60 203 56 44
Binary 110001 10000101 1000000 111111 0 110100 110000 10000011 101110 100100

Color Harmonies of #318540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318540

Black with #318540

Text Example


Text Example

White with #318540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318540; }

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

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

background-color css

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

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

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

border-color css

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

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

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