Html Css Color HEX #31863F Japanese Laurel

📋 copy color: '#31863F'

red 49 ◦ green 134 ◦ blue 63

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

Shades of Japanese Laurel #31863F

Tints of Japanese Laurel #31863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.47%

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

R = 19.92%
G = 54.47%
B = 25.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#31863F (or 0x31863F) is known color: Japanese Laurel. HEX triplet: 31, 86 and 3F. RGB value is (49,134,63). Sum of RGB (Red+Green+Blue) = 49+134+63=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #31863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31863F is #CE79C0. Grayscale: #646464. Windows color (decimal): -13531585 or 4163121. OLE color: 4163121.

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

Color convert

RGB 49 134 63 -
CMYK 0.63 0 0.53 0.47
HSL 129.88º 0.46% 0.36% -
HSV(B) 129.88º 0.63% 0.53% -
XYZ 10.69 18.06 7.63 -
YUV 100.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 49 134 63 0.63 0 0.53 0.47 129.88 0.46 0.36
Hex 31 86 3F 3F 0 35 2F 82 2E 24
Octal 61 206 77 77 0 65 57 202 56 44
Binary 110001 10000110 111111 111111 0 110101 101111 10000010 101110 100100

Color Harmonies of #31863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31863F

Black with #31863F

Text Example


Text Example

White with #31863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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