Html Css Color HEX #318F39 Japanese Laurel

📋 copy color: '#318F39'

red 49 ◦ green 143 ◦ blue 57

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

Shades of Japanese Laurel #318F39

Tints of Japanese Laurel #318F39

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.43%

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

R = 19.68%
G = 57.43%
B = 22.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#318F39 (or 0x318F39) is known color: Japanese Laurel. HEX triplet: 31, 8F and 39. RGB value is (49,143,57). Sum of RGB (Red+Green+Blue) = 49+143+57=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #318F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F39 is #CE70C6. Grayscale: #696969. Windows color (decimal): -13529287 or 3772209. OLE color: 3772209.

HSL color Cylindrical-coordinate representation of color #318F39: hue angle of 125.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F39 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 143 57 -
CMYK 0.66 0 0.60 0.44
HSL 125.11º 0.49% 0.38% -
HSV(B) 125.11º 0.66% 0.56% -
XYZ 11.83 20.59 7.22 -
YUV 105.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 49 143 57 0.66 0 0.60 0.44 125.11 0.49 0.38
Hex 31 8F 39 42 0 3C 2C 7D 31 26
Octal 61 217 71 102 0 74 54 175 61 46
Binary 110001 10001111 111001 1000010 0 111100 101100 1111101 110001 100110

Color Harmonies of #318F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F39

Black with #318F39

Text Example


Text Example

White with #318F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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