Html Css Color HEX #319040 Japanese Laurel

📋 copy color: '#319040'

red 49 ◦ green 144 ◦ blue 64

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

Shades of Japanese Laurel #319040

Tints of Japanese Laurel #319040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.03%

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

R = 19.07%
G = 56.03%
B = 24.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#319040 (or 0x319040) is known color: Japanese Laurel. HEX triplet: 31, 90 and 40. RGB value is (49,144,64). Sum of RGB (Red+Green+Blue) = 49+144+64=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #319040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319040 is #CE6FBF. Grayscale: #6A6A6A. Windows color (decimal): -13529024 or 4231217. OLE color: 4231217.

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

Color convert

RGB 49 144 64 -
CMYK 0.66 0 0.56 0.44
HSL 129.47º 0.49% 0.38% -
HSV(B) 129.47º 0.66% 0.56% -
XYZ 12.17 20.97 8.26 -
YUV 106.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 49 144 64 0.66 0 0.56 0.44 129.47 0.49 0.38
Hex 31 90 40 42 0 38 2C 81 31 26
Octal 61 220 100 102 0 70 54 201 61 46
Binary 110001 10010000 1000000 1000010 0 111000 101100 10000001 110001 100110

Color Harmonies of #319040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319040

Black with #319040

Text Example


Text Example

White with #319040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319040; }

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

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

background-color css

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

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

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

border-color css

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

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

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