Html Css Color HEX #318139 Japanese Laurel

📋 copy color: '#318139'

red 49 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #318139

Tints of Japanese Laurel #318139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 20.85%
G = 54.89%
B = 24.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#318139 (or 0x318139) is known color: Japanese Laurel. HEX triplet: 31, 81 and 39. RGB value is (49,129,57). Sum of RGB (Red+Green+Blue) = 49+129+57=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #318139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318139 is #CE7EC6. Grayscale: #616161. Windows color (decimal): -13532871 or 3768625. OLE color: 3768625.

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

Color convert

RGB 49 129 57 -
CMYK 0.62 0 0.56 0.49
HSL 126º 0.45% 0.35% -
HSV(B) 126º 0.62% 0.51% -
XYZ 9.86 16.65 6.57 -
YUV 96.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 49 129 57 0.62 0 0.56 0.49 126 0.45 0.35
Hex 31 81 39 3E 0 38 31 7E 2D 23
Octal 61 201 71 76 0 70 61 176 55 43
Binary 110001 10000001 111001 111110 0 111000 110001 1111110 101101 100011

Color Harmonies of #318139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318139

Black with #318139

Text Example


Text Example

White with #318139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318139; }

 p { color: rgb(49,129,57); }

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

background-color css

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

 a { background-color: rgb(49,129,57); }

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

border-color css

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

 span { border-color: rgb(49,129,57); }

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