Html Css Color HEX #317E3F Japanese Laurel

📋 copy color: '#317E3F'

red 49 ◦ green 126 ◦ blue 63

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

Shades of Japanese Laurel #317E3F

Tints of Japanese Laurel #317E3F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.94%

 BLUE value IS 63 (25% from 255) = 26.47%

R = 20.59%
G = 52.94%
B = 26.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#317E3F (or 0x317E3F) is known color: Japanese Laurel. HEX triplet: 31, 7E and 3F. RGB value is (49,126,63). Sum of RGB (Red+Green+Blue) = 49+126+63=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #317E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E3F is #CE81C0. Grayscale: #5F5F5F. Windows color (decimal): -13533633 or 4161073. OLE color: 4161073.

HSL color Cylindrical-coordinate representation of color #317E3F: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E3F is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 63 -
CMYK 0.61 0 0.50 0.51
HSL 130.91º 0.44% 0.34% -
HSV(B) 130.91º 0.61% 0.49% -
XYZ 9.62 15.93 7.27 -
YUV 95.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 49 126 63 0.61 0 0.50 0.51 130.91 0.44 0.34
Hex 31 7E 3F 3D 0 32 33 83 2C 22
Octal 61 176 77 75 0 62 63 203 54 42
Binary 110001 1111110 111111 111101 0 110010 110011 10000011 101100 100010

Color Harmonies of #317E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E3F

Black with #317E3F

Text Example


Text Example

White with #317E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317E3F; }

 p { color: rgb(49,126,63); }

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

background-color css

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

 a { background-color: rgb(49,126,63); }

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

border-color css

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

 span { border-color: rgb(49,126,63); }

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