Html Css Color HEX #318635 Japanese Laurel

📋 copy color: '#318635'

red 49 ◦ green 134 ◦ blue 53

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

Shades of Japanese Laurel #318635

Tints of Japanese Laurel #318635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.78%

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

R = 20.76%
G = 56.78%
B = 22.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#318635 (or 0x318635) is known color: Japanese Laurel. HEX triplet: 31, 86 and 35. RGB value is (49,134,53). Sum of RGB (Red+Green+Blue) = 49+134+53=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #318635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318635 is #CE79CA. Grayscale: #636363. Windows color (decimal): -13531595 or 3507761. OLE color: 3507761.

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

Color convert

RGB 49 134 53 -
CMYK 0.63 0 0.60 0.47
HSL 122.82º 0.46% 0.36% -
HSV(B) 122.82º 0.63% 0.53% -
XYZ 10.43 17.96 6.28 -
YUV 99.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 49 134 53 0.63 0 0.60 0.47 122.82 0.46 0.36
Hex 31 86 35 3F 0 3C 2F 7B 2E 24
Octal 61 206 65 77 0 74 57 173 56 44
Binary 110001 10000110 110101 111111 0 111100 101111 1111011 101110 100100

Color Harmonies of #318635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318635

Black with #318635

Text Example


Text Example

White with #318635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318635; }

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

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

background-color css

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

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

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

border-color css

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

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

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