Html Css Color HEX #319140 Japanese Laurel

📋 copy color: '#319140'

red 49 ◦ green 145 ◦ blue 64

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

Shades of Japanese Laurel #319140

Tints of Japanese Laurel #319140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.2%

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

R = 18.99%
G = 56.2%
B = 24.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#319140 (or 0x319140) is known color: Japanese Laurel. HEX triplet: 31, 91 and 40. RGB value is (49,145,64). Sum of RGB (Red+Green+Blue) = 49+145+64=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #319140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319140 is #CE6EBF. Grayscale: #6B6B6B. Windows color (decimal): -13528768 or 4231473. OLE color: 4231473.

HSL color Cylindrical-coordinate representation of color #319140: hue angle of 129.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319140 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 64 -
CMYK 0.66 0 0.56 0.43
HSL 129.38º 0.49% 0.38% -
HSV(B) 129.38º 0.66% 0.57% -
XYZ 12.32 21.27 8.31 -
YUV 107.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 49 145 64 0.66 0 0.56 0.43 129.38 0.49 0.38
Hex 31 91 40 42 0 38 2B 81 31 26
Octal 61 221 100 102 0 70 53 201 61 46
Binary 110001 10010001 1000000 1000010 0 111000 101011 10000001 110001 100110

Color Harmonies of #319140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319140

Black with #319140

Text Example


Text Example

White with #319140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319140; }

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

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

background-color css

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

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

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

border-color css

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

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

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