Html Css Color HEX #318735 Japanese Laurel

📋 copy color: '#318735'

red 49 ◦ green 135 ◦ blue 53

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

Shades of Japanese Laurel #318735

Tints of Japanese Laurel #318735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 20.68%
G = 56.96%
B = 22.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#318735 (or 0x318735) is known color: Japanese Laurel. HEX triplet: 31, 87 and 35. RGB value is (49,135,53). Sum of RGB (Red+Green+Blue) = 49+135+53=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #318735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318735 is #CE78CA. Grayscale: #646464. Windows color (decimal): -13531339 or 3508017. OLE color: 3508017.

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

Color convert

RGB 49 135 53 -
CMYK 0.64 0 0.61 0.47
HSL 122.79º 0.47% 0.36% -
HSV(B) 122.79º 0.64% 0.53% -
XYZ 10.57 18.24 6.33 -
YUV 99.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 49 135 53 0.64 0 0.61 0.47 122.79 0.47 0.36
Hex 31 87 35 40 0 3D 2F 7B 2F 24
Octal 61 207 65 100 0 75 57 173 57 44
Binary 110001 10000111 110101 1000000 0 111101 101111 1111011 101111 100100

Color Harmonies of #318735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318735

Black with #318735

Text Example


Text Example

White with #318735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318735; }

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

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

background-color css

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

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

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

border-color css

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

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

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