Html Css Color HEX #318738 Japanese Laurel

📋 copy color: '#318738'

red 49 ◦ green 135 ◦ blue 56

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

Shades of Japanese Laurel #318738

Tints of Japanese Laurel #318738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 20.42%
G = 56.25%
B = 23.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#318738 (or 0x318738) is known color: Japanese Laurel. HEX triplet: 31, 87 and 38. RGB value is (49,135,56). Sum of RGB (Red+Green+Blue) = 49+135+56=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #318738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318738 is #CE78C7. Grayscale: #646464. Windows color (decimal): -13531336 or 3704625. OLE color: 3704625.

HSL color Cylindrical-coordinate representation of color #318738: hue angle of 124.88º 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 #318738 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 56 -
CMYK 0.64 0 0.59 0.47
HSL 124.88º 0.47% 0.36% -
HSV(B) 124.88º 0.64% 0.53% -
XYZ 10.64 18.27 6.71 -
YUV 100.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 49 135 56 0.64 0 0.59 0.47 124.88 0.47 0.36
Hex 31 87 38 40 0 3B 2F 7D 2F 24
Octal 61 207 70 100 0 73 57 175 57 44
Binary 110001 10000111 111000 1000000 0 111011 101111 1111101 101111 100100

Color Harmonies of #318738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318738

Black with #318738

Text Example


Text Example

White with #318738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318738; }

 p { color: rgb(49,135,56); }

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

background-color css

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

 a { background-color: rgb(49,135,56); }

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

border-color css

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

 span { border-color: rgb(49,135,56); }

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