Html Css Color HEX #318E40 Japanese Laurel

📋 copy color: '#318E40'

red 49 ◦ green 142 ◦ blue 64

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

Shades of Japanese Laurel #318E40

Tints of Japanese Laurel #318E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.69%

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

R = 19.22%
G = 55.69%
B = 25.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#318E40 (or 0x318E40) is known color: Japanese Laurel. HEX triplet: 31, 8E and 40. RGB value is (49,142,64). Sum of RGB (Red+Green+Blue) = 49+142+64=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #318E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E40 is #CE71BF. Grayscale: #696969. Windows color (decimal): -13529536 or 4230705. OLE color: 4230705.

HSL color Cylindrical-coordinate representation of color #318E40: hue angle of 129.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E40 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 64 -
CMYK 0.65 0 0.55 0.44
HSL 129.68º 0.49% 0.37% -
HSV(B) 129.68º 0.65% 0.56% -
XYZ 11.87 20.37 8.16 -
YUV 105.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 49 142 64 0.65 0 0.55 0.44 129.68 0.49 0.37
Hex 31 8E 40 41 0 37 2C 82 31 25
Octal 61 216 100 101 0 67 54 202 61 45
Binary 110001 10001110 1000000 1000001 0 110111 101100 10000010 110001 100101

Color Harmonies of #318E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E40

Black with #318E40

Text Example


Text Example

White with #318E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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