Html Css Color HEX #318933 Japanese Laurel

📋 copy color: '#318933'

red 49 ◦ green 137 ◦ blue 51

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

Shades of Japanese Laurel #318933

Tints of Japanese Laurel #318933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.81%

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

R = 20.68%
G = 57.81%
B = 21.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#318933 (or 0x318933) is known color: Japanese Laurel. HEX triplet: 31, 89 and 33. RGB value is (49,137,51). Sum of RGB (Red+Green+Blue) = 49+137+51=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #318933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318933 is #CE76CC. Grayscale: #656565. Windows color (decimal): -13530829 or 3377457. OLE color: 3377457.

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

Color convert

RGB 49 137 51 -
CMYK 0.64 0 0.63 0.46
HSL 121.36º 0.47% 0.36% -
HSV(B) 121.36º 0.64% 0.54% -
XYZ 10.81 18.78 6.19 -
YUV 100.88 99.85 90.99 -
System Red Green Blue C M Y K H S L
Decimal 49 137 51 0.64 0 0.63 0.46 121.36 0.47 0.36
Hex 31 89 33 40 0 3F 2E 79 2F 24
Octal 61 211 63 100 0 77 56 171 57 44
Binary 110001 10001001 110011 1000000 0 111111 101110 1111001 101111 100100

Color Harmonies of #318933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318933

Black with #318933

Text Example


Text Example

White with #318933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318933; }

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

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

background-color css

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

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

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

border-color css

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

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

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