Html Css Color HEX #318835 Japanese Laurel

📋 copy color: '#318835'

red 49 ◦ green 136 ◦ blue 53

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

Shades of Japanese Laurel #318835

Tints of Japanese Laurel #318835

RGB

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

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

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

R = 20.59%
G = 57.14%
B = 22.27%

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

#318835 (or 0x318835) is known color: Japanese Laurel. HEX triplet: 31, 88 and 35. RGB value is (49,136,53). Sum of RGB (Red+Green+Blue) = 49+136+53=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #318835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318835 is #CE77CA. Grayscale: #646464. Windows color (decimal): -13531083 or 3508273. OLE color: 3508273.

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

Color convert

RGB 49 136 53 -
CMYK 0.64 0 0.61 0.47
HSL 122.76º 0.47% 0.36% -
HSV(B) 122.76º 0.64% 0.53% -
XYZ 10.71 18.52 6.38 -
YUV 100.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 49 136 53 0.64 0 0.61 0.47 122.76 0.47 0.36
Hex 31 88 35 40 0 3D 2F 7B 2F 24
Octal 61 210 65 100 0 75 57 173 57 44
Binary 110001 10001000 110101 1000000 0 111101 101111 1111011 101111 100100

Color Harmonies of #318835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318835

Black with #318835

Text Example


Text Example

White with #318835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318835; }

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

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

background-color css

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

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

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

border-color css

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

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

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