Html Css Color HEX #31863E Japanese Laurel

📋 copy color: '#31863E'

red 49 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #31863E

Tints of Japanese Laurel #31863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 20%
G = 54.69%
B = 25.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#31863E (or 0x31863E) is known color: Japanese Laurel. HEX triplet: 31, 86 and 3E. RGB value is (49,134,62). Sum of RGB (Red+Green+Blue) = 49+134+62=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #31863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31863E is #CE79C1. Grayscale: #646464. Windows color (decimal): -13531586 or 4097585. OLE color: 4097585.

HSL color Cylindrical-coordinate representation of color #31863E: hue angle of 129.18º 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 #31863E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 62 -
CMYK 0.63 0 0.54 0.47
HSL 129.18º 0.46% 0.36% -
HSV(B) 129.18º 0.63% 0.53% -
XYZ 10.66 18.05 7.48 -
YUV 100.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 49 134 62 0.63 0 0.54 0.47 129.18 0.46 0.36
Hex 31 86 3E 3F 0 36 2F 81 2E 24
Octal 61 206 76 77 0 66 57 201 56 44
Binary 110001 10000110 111110 111111 0 110110 101111 10000001 101110 100100

Color Harmonies of #31863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31863E

Black with #31863E

Text Example


Text Example

White with #31863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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