Html Css Color HEX #318842 Japanese Laurel

📋 copy color: '#318842'

red 49 ◦ green 136 ◦ blue 66

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

Shades of Japanese Laurel #318842

Tints of Japanese Laurel #318842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 19.52%
G = 54.18%
B = 26.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#318842 (or 0x318842) is known color: Japanese Laurel. HEX triplet: 31, 88 and 42. RGB value is (49,136,66). Sum of RGB (Red+Green+Blue) = 49+136+66=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #318842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318842 is #CE77BD. Grayscale: #666666. Windows color (decimal): -13531070 or 4360241. OLE color: 4360241.

HSL color Cylindrical-coordinate representation of color #318842: hue angle of 131.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318842 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 66 -
CMYK 0.64 0 0.51 0.47
HSL 131.72º 0.47% 0.36% -
HSV(B) 131.72º 0.64% 0.53% -
XYZ 11.05 18.65 8.17 -
YUV 102.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 49 136 66 0.64 0 0.51 0.47 131.72 0.47 0.36
Hex 31 88 42 40 0 33 2F 84 2F 24
Octal 61 210 102 100 0 63 57 204 57 44
Binary 110001 10001000 1000010 1000000 0 110011 101111 10000100 101111 100100

Color Harmonies of #318842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318842

Black with #318842

Text Example


Text Example

White with #318842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318842; }

 p { color: rgb(49,136,66); }

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

background-color css

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

 a { background-color: rgb(49,136,66); }

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

border-color css

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

 span { border-color: rgb(49,136,66); }

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