Html Css Color HEX #318333 Japanese Laurel

📋 copy color: '#318333'

red 49 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #318333

Tints of Japanese Laurel #318333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

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

R = 21.21%
G = 56.71%
B = 22.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#318333 (or 0x318333) is known color: Japanese Laurel. HEX triplet: 31, 83 and 33. RGB value is (49,131,51). Sum of RGB (Red+Green+Blue) = 49+131+51=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #318333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318333 is #CE7CCC. Grayscale: #616161. Windows color (decimal): -13532365 or 3375921. OLE color: 3375921.

HSL color Cylindrical-coordinate representation of color #318333: hue angle of 121.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318333 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 51 -
CMYK 0.63 0 0.61 0.49
HSL 121.46º 0.46% 0.35% -
HSV(B) 121.46º 0.63% 0.51% -
XYZ 9.98 17.12 5.91 -
YUV 97.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 49 131 51 0.63 0 0.61 0.49 121.46 0.46 0.35
Hex 31 83 33 3F 0 3D 31 79 2E 23
Octal 61 203 63 77 0 75 61 171 56 43
Binary 110001 10000011 110011 111111 0 111101 110001 1111001 101110 100011

Color Harmonies of #318333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318333

Black with #318333

Text Example


Text Example

White with #318333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318333; }

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

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

background-color css

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

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

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

border-color css

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

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

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