Html Css Color HEX #318633 Japanese Laurel

📋 copy color: '#318633'

red 49 ◦ green 134 ◦ blue 51

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

Shades of Japanese Laurel #318633

Tints of Japanese Laurel #318633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 20.94%
G = 57.26%
B = 21.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#318633 (or 0x318633) is known color: Japanese Laurel. HEX triplet: 31, 86 and 33. RGB value is (49,134,51). Sum of RGB (Red+Green+Blue) = 49+134+51=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #318633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318633 is #CE79CC. Grayscale: #636363. Windows color (decimal): -13531597 or 3376689. OLE color: 3376689.

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

Color convert

RGB 49 134 51 -
CMYK 0.63 0 0.62 0.47
HSL 121.41º 0.46% 0.36% -
HSV(B) 121.41º 0.63% 0.53% -
XYZ 10.39 17.94 6.05 -
YUV 99.12 100.84 92.25 -
System Red Green Blue C M Y K H S L
Decimal 49 134 51 0.63 0 0.62 0.47 121.41 0.46 0.36
Hex 31 86 33 3F 0 3E 2F 79 2E 24
Octal 61 206 63 77 0 76 57 171 56 44
Binary 110001 10000110 110011 111111 0 111110 101111 1111001 101110 100100

Color Harmonies of #318633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318633

Black with #318633

Text Example


Text Example

White with #318633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318633; }

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

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

background-color css

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

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

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

border-color css

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

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

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